Html Css Color HEX #CF8223 Ochre

📋 copy color: '#CF8223'

red 207 ◦ green 130 ◦ blue 35

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

Shades of Ochre #CF8223

Tints of Ochre #CF8223

RGB

 RED value IS 207 (81.25% from 255) = 55.65%

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

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

R = 55.65%
G = 34.95%
B = 9.41%

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

#CF8223 (or 0xCF8223) is known color: Ochre. HEX triplet: CF, 82 and 23. RGB value is (207,130,35). Sum of RGB (Red+Green+Blue) = 207+130+35=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 35 (14.06% from 255 or 9.41% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8223 is #307DDC. Grayscale: #8E8E8E. Windows color (decimal): -3177949 or 2327247. OLE color: 2327247.

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

Color convert

RGB 207 130 35 -
CMYK 0 0.37 0.83 0.19
HSL 33.14º 0.71% 0.47% -
HSV(B) 33.14º 0.83% 0.81% -
XYZ 34.02 29.35 5.46 -
YUV 142.19 67.51 174.22 -
System Red Green Blue C M Y K H S L
Decimal 207 130 35 0 0.37 0.83 0.19 33.14 0.71 0.47
Hex CF 82 23 0 25 53 13 21 47 2F
Octal 317 202 43 0 45 123 23 41 107 57
Binary 11001111 10000010 100011 0 100101 1010011 10011 100001 1000111 101111

Color Harmonies of #CF8223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8223

Black with #CF8223

Text Example


Text Example

White with #CF8223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8223; }

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

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

background-color css

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

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

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

border-color css

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

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

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