Html Css Color HEX #CF801E Ochre

📋 copy color: '#CF801E'

red 207 ◦ green 128 ◦ blue 30

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

Shades of Ochre #CF801E

Tints of Ochre #CF801E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.22%

R = 56.71%
G = 35.07%
B = 8.22%

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

#CF801E (or 0xCF801E) is known color: Ochre. HEX triplet: CF, 80 and 1E. RGB value is (207,128,30). Sum of RGB (Red+Green+Blue) = 207+128+30=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF801E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF801E is #307FE1. Grayscale: #8C8C8C. Windows color (decimal): -3178466 or 1999055. OLE color: 1999055.

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

Color convert

RGB 207 128 30 -
CMYK 0 0.38 0.86 0.19
HSL 33.22º 0.75% 0.46% -
HSV(B) 33.22º 0.86% 0.81% -
XYZ 33.69 28.8 5.01 -
YUV 140.45 65.67 175.47 -
System Red Green Blue C M Y K H S L
Decimal 207 128 30 0 0.38 0.86 0.19 33.22 0.75 0.46
Hex CF 80 1E 0 26 56 13 21 4B 2E
Octal 317 200 36 0 46 126 23 41 113 56
Binary 11001111 10000000 11110 0 100110 1010110 10011 100001 1001011 101110

Color Harmonies of #CF801E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF801E

Black with #CF801E

Text Example


Text Example

White with #CF801E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF801E; }

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

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

background-color css

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

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

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

border-color css

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

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

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