Html Css Color HEX #CE8223 Ochre

📋 copy color: '#CE8223'

red 206 ◦ green 130 ◦ blue 35

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

Shades of Ochre #CE8223

Tints of Ochre #CE8223

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.04%

 BLUE value IS 35 (14.06% from 255) = 9.43%

R = 55.53%
G = 35.04%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE8223 (or 0xCE8223) is known color: Ochre. HEX triplet: CE, 82 and 23. RGB value is (206,130,35). Sum of RGB (Red+Green+Blue) = 206+130+35=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 35 (14.06% from 255 or 9.43% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8223 is #317DDC. Grayscale: #8E8E8E. Windows color (decimal): -3243485 or 2327246. OLE color: 2327246.

HSL color Cylindrical-coordinate representation of color #CE8223: hue angle of 33.33º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE8223 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 130 35 -
CMYK 0 0.37 0.83 0.19
HSL 33.33º 0.71% 0.47% -
HSV(B) 33.33º 0.83% 0.81% -
XYZ 33.74 29.21 5.45 -
YUV 141.89 67.68 173.72 -
System Red Green Blue C M Y K H S L
Decimal 206 130 35 0 0.37 0.83 0.19 33.33 0.71 0.47
Hex CE 82 23 0 25 53 13 21 47 2F
Octal 316 202 43 0 45 123 23 41 107 57
Binary 11001110 10000010 100011 0 100101 1010011 10011 100001 1000111 101111

Color Harmonies of #CE8223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8223

Black with #CE8223

Text Example


Text Example

White with #CE8223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8223; }

 p { color: rgb(206,130,35); }

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

background-color css

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

 a { background-color: rgb(206,130,35); }

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

border-color css

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

 span { border-color: rgb(206,130,35); }

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