Html Css Color HEX #CE7F18 Ochre

📋 copy color: '#CE7F18'

red 206 ◦ green 127 ◦ blue 24

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

Shades of Ochre #CE7F18

Tints of Ochre #CE7F18

RGB

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

 GREEN value IS 127 (50% from 255) = 35.57%

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

R = 57.7%
G = 35.57%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE7F18 (or 0xCE7F18) is known color: Ochre. HEX triplet: CE, 7F and 18. RGB value is (206,127,24). Sum of RGB (Red+Green+Blue) = 206+127+24=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7F18 is #3180E7. Grayscale: #8B8B8B. Windows color (decimal): -3244264 or 1605582. OLE color: 1605582.

HSL color Cylindrical-coordinate representation of color #CE7F18: hue angle of 33.96º 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 #CE7F18 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 127 24 -
CMYK 0 0.38 0.88 0.19
HSL 33.96º 0.79% 0.45% -
HSV(B) 33.96º 0.88% 0.81% -
XYZ 33.21 28.37 4.59 -
YUV 138.88 63.17 175.88 -
System Red Green Blue C M Y K H S L
Decimal 206 127 24 0 0.38 0.88 0.19 33.96 0.79 0.45
Hex CE 7F 18 0 26 58 13 22 4F 2D
Octal 316 177 30 0 46 130 23 42 117 55
Binary 11001110 1111111 11000 0 100110 1011000 10011 100010 1001111 101101

Color Harmonies of #CE7F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7F18

Black with #CE7F18

Text Example


Text Example

White with #CE7F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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