Html Css Color HEX #CF8123 Ochre

📋 copy color: '#CF8123'

red 207 ◦ green 129 ◦ blue 35

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

Shades of Ochre #CF8123

Tints of Ochre #CF8123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.43%

R = 55.8%
G = 34.77%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CF8123 (or 0xCF8123) is known color: Ochre. HEX triplet: CF, 81 and 23. RGB value is (207,129,35). Sum of RGB (Red+Green+Blue) = 207+129+35=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 35 (14.06% from 255 or 9.43% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8123 is #307EDC. Grayscale: #8E8E8E. Windows color (decimal): -3178205 or 2326991. OLE color: 2326991.

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

Color convert

RGB 207 129 35 -
CMYK 0 0.38 0.83 0.19
HSL 32.79º 0.71% 0.47% -
HSV(B) 32.79º 0.83% 0.81% -
XYZ 33.89 29.09 5.42 -
YUV 141.61 67.84 174.64 -
System Red Green Blue C M Y K H S L
Decimal 207 129 35 0 0.38 0.83 0.19 32.79 0.71 0.47
Hex CF 81 23 0 26 53 13 21 47 2F
Octal 317 201 43 0 46 123 23 41 107 57
Binary 11001111 10000001 100011 0 100110 1010011 10011 100001 1000111 101111

Color Harmonies of #CF8123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8123

Black with #CF8123

Text Example


Text Example

White with #CF8123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8123; }

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

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

background-color css

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

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

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

border-color css

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

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

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