Html Css Color HEX #CF801A Ochre

📋 copy color: '#CF801A'

red 207 ◦ green 128 ◦ blue 26

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

Shades of Ochre #CF801A

Tints of Ochre #CF801A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.2%

R = 57.34%
G = 35.46%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF801A (or 0xCF801A) is known color: Ochre. HEX triplet: CF, 80 and 1A. RGB value is (207,128,26). Sum of RGB (Red+Green+Blue) = 207+128+26=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF801A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF801A is #307FE5. Grayscale: #8C8C8C. Windows color (decimal): -3178470 or 1736911. OLE color: 1736911.

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

Color convert

RGB 207 128 26 -
CMYK 0 0.38 0.87 0.19
HSL 33.81º 0.78% 0.46% -
HSV(B) 33.81º 0.87% 0.81% -
XYZ 33.64 28.78 4.76 -
YUV 139.99 63.67 175.79 -
System Red Green Blue C M Y K H S L
Decimal 207 128 26 0 0.38 0.87 0.19 33.81 0.78 0.46
Hex CF 80 1A 0 26 57 13 22 4E 2E
Octal 317 200 32 0 46 127 23 42 116 56
Binary 11001111 10000000 11010 0 100110 1010111 10011 100010 1001110 101110

Color Harmonies of #CF801A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF801A

Black with #CF801A

Text Example


Text Example

White with #CF801A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF801A; }

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

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

background-color css

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

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

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

border-color css

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

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

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