Html Css Color HEX #CF8121 Ochre

📋 copy color: '#CF8121'

red 207 ◦ green 129 ◦ blue 33

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

Shades of Ochre #CF8121

Tints of Ochre #CF8121

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.96%

 BLUE value IS 33 (13.28% from 255) = 8.94%

R = 56.1%
G = 34.96%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF8121 (or 0xCF8121) is known color: Ochre. HEX triplet: CF, 81 and 21. RGB value is (207,129,33). Sum of RGB (Red+Green+Blue) = 207+129+33=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8121 is #307EDE. Grayscale: #8D8D8D. Windows color (decimal): -3178207 or 2195919. OLE color: 2195919.

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

Color convert

RGB 207 129 33 -
CMYK 0 0.38 0.84 0.19
HSL 33.1º 0.73% 0.47% -
HSV(B) 33.1º 0.84% 0.81% -
XYZ 33.86 29.08 5.27 -
YUV 141.38 66.84 174.81 -
System Red Green Blue C M Y K H S L
Decimal 207 129 33 0 0.38 0.84 0.19 33.1 0.73 0.47
Hex CF 81 21 0 26 54 13 21 48 2F
Octal 317 201 41 0 46 124 23 41 110 57
Binary 11001111 10000001 100001 0 100110 1010100 10011 100001 1001000 101111

Color Harmonies of #CF8121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8121

Black with #CF8121

Text Example


Text Example

White with #CF8121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8121; }

 p { color: rgb(207,129,33); }

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

background-color css

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

 a { background-color: rgb(207,129,33); }

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

border-color css

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

 span { border-color: rgb(207,129,33); }

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