Html Css Color HEX #CF801C Ochre

📋 copy color: '#CF801C'

red 207 ◦ green 128 ◦ blue 28

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

Shades of Ochre #CF801C

Tints of Ochre #CF801C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.26%

 BLUE value IS 28 (11.33% from 255) = 7.71%

R = 57.02%
G = 35.26%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF801C (or 0xCF801C) is known color: Ochre. HEX triplet: CF, 80 and 1C. RGB value is (207,128,28). Sum of RGB (Red+Green+Blue) = 207+128+28=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF801C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF801C is #307FE3. Grayscale: #8C8C8C. Windows color (decimal): -3178468 or 1867983. OLE color: 1867983.

HSL color Cylindrical-coordinate representation of color #CF801C: hue angle of 33.52º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF801C is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 128 28 -
CMYK 0 0.38 0.86 0.19
HSL 33.52º 0.76% 0.46% -
HSV(B) 33.52º 0.86% 0.81% -
XYZ 33.66 28.79 4.88 -
YUV 140.22 64.67 175.63 -
System Red Green Blue C M Y K H S L
Decimal 207 128 28 0 0.38 0.86 0.19 33.52 0.76 0.46
Hex CF 80 1C 0 26 56 13 22 4C 2E
Octal 317 200 34 0 46 126 23 42 114 56
Binary 11001111 10000000 11100 0 100110 1010110 10011 100010 1001100 101110

Color Harmonies of #CF801C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF801C

Black with #CF801C

Text Example


Text Example

White with #CF801C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF801C; }

 p { color: rgb(207,128,28); }

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

background-color css

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

 a { background-color: rgb(207,128,28); }

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

border-color css

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

 span { border-color: rgb(207,128,28); }

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