Html Css Color HEX #CE7B18 Ochre

📋 copy color: '#CE7B18'

red 206 ◦ green 123 ◦ blue 24

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

Shades of Ochre #CE7B18

Tints of Ochre #CE7B18

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.84%

 BLUE value IS 24 (9.77% from 255) = 6.8%

R = 58.36%
G = 34.84%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE7B18 (or 0xCE7B18) is known color: Ochre. HEX triplet: CE, 7B and 18. RGB value is (206,123,24). Sum of RGB (Red+Green+Blue) = 206+123+24=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7B18 is #3184E7. Grayscale: #898989. Windows color (decimal): -3245288 or 1604558. OLE color: 1604558.

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

Color convert

RGB 206 123 24 -
CMYK 0 0.40 0.88 0.19
HSL 32.64º 0.79% 0.45% -
HSV(B) 32.64º 0.88% 0.81% -
XYZ 32.7 27.35 4.42 -
YUV 136.53 64.5 177.55 -
System Red Green Blue C M Y K H S L
Decimal 206 123 24 0 0.40 0.88 0.19 32.64 0.79 0.45
Hex CE 7B 18 0 28 58 13 21 4F 2D
Octal 316 173 30 0 50 130 23 41 117 55
Binary 11001110 1111011 11000 0 101000 1011000 10011 100001 1001111 101101

Color Harmonies of #CE7B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B18

Black with #CE7B18

Text Example


Text Example

White with #CE7B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B18; }

 p { color: rgb(206,123,24); }

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

background-color css

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

 a { background-color: rgb(206,123,24); }

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

border-color css

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

 span { border-color: rgb(206,123,24); }

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