Html Css Color HEX #CE751A Ochre

📋 copy color: '#CE751A'

red 206 ◦ green 117 ◦ blue 26

#CE751A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CE751A

Tints of Ochre #CE751A

RGB

 RED value IS 206 (80.86% from 255) = 59.03%

 GREEN value IS 117 (46.09% from 255) = 33.52%

 BLUE value IS 26 (10.55% from 255) = 7.45%

R = 59.03%
G = 33.52%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE751A (or 0xCE751A) is known color: Ochre. HEX triplet: CE, 75 and 1A. RGB value is (206,117,26). Sum of RGB (Red+Green+Blue) = 206+117+26=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE751A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE751A is #318AE5. Grayscale: #858585. Windows color (decimal): -3246822 or 1734094. OLE color: 1734094.

HSL color Cylindrical-coordinate representation of color #CE751A: hue angle of 30.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE751A is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 117 26 -
CMYK 0 0.43 0.87 0.19
HSL 30.33º 0.78% 0.45% -
HSV(B) 30.33º 0.87% 0.81% -
XYZ 32 25.92 4.29 -
YUV 133.24 67.49 179.9 -
System Red Green Blue C M Y K H S L
Decimal 206 117 26 0 0.43 0.87 0.19 30.33 0.78 0.45
Hex CE 75 1A 0 2B 57 13 1E 4E 2D
Octal 316 165 32 0 53 127 23 36 116 55
Binary 11001110 1110101 11010 0 101011 1010111 10011 11110 1001110 101101

Color Harmonies of #CE751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE751A

Black with #CE751A

Text Example


Text Example

White with #CE751A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE751A; }

 p { color: rgb(206,117,26); }

 H1.HeaderClassName
 {
   color: #CE751A;
 }
 .AnyTagClassName
 {
   color: #CE751A;
 }
</style>

background-color css

<style>
 a { background-color: #CE751A; }

 a { background-color: rgb(206,117,26); }

 div.DivClassName
 {
   background-color: #CE751A;
 }
 .BgClassName
 {
   background-color: #CE751A;
 }
</style>

border-color css

<style>
 span { border-color: #CE751A; }

 span { border-color: rgb(206,117,26); }

 td.TdClassName
 {
   border-color: #CE751A;
 }
 .TagClassName
 {
   border-color: #CE751A;
 }
</style>