Html Css Color HEX #CF800F Ochre

📋 copy color: '#CF800F'

red 207 ◦ green 128 ◦ blue 15

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

Shades of Ochre #CF800F

Tints of Ochre #CF800F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.29%

R = 59.14%
G = 36.57%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF800F (or 0xCF800F) is known color: Ochre. HEX triplet: CF, 80 and 0F. RGB value is (207,128,15). Sum of RGB (Red+Green+Blue) = 207+128+15=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF800F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF800F is #307FF0. Grayscale: #8B8B8B. Windows color (decimal): -3178481 or 1016015. OLE color: 1016015.

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

Color convert

RGB 207 128 15 -
CMYK 0 0.38 0.93 0.19
HSL 35.31º 0.86% 0.44% -
HSV(B) 35.31º 0.93% 0.81% -
XYZ 33.54 28.74 4.23 -
YUV 138.74 58.17 176.69 -
System Red Green Blue C M Y K H S L
Decimal 207 128 15 0 0.38 0.93 0.19 35.31 0.86 0.44
Hex CF 80 F 0 26 5D 13 23 56 2C
Octal 317 200 17 0 46 135 23 43 126 54
Binary 11001111 10000000 1111 0 100110 1011101 10011 100011 1010110 101100

Color Harmonies of #CF800F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF800F

Black with #CF800F

Text Example


Text Example

White with #CF800F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF800F; }

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

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

background-color css

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

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

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

border-color css

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

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

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