Html Css Color HEX #CF8125 Ochre

📋 copy color: '#CF8125'

red 207 ◦ green 129 ◦ blue 37

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

Shades of Ochre #CF8125

Tints of Ochre #CF8125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.92%

R = 55.5%
G = 34.58%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF8125 (or 0xCF8125) is known color: Ochre. HEX triplet: CF, 81 and 25. RGB value is (207,129,37). Sum of RGB (Red+Green+Blue) = 207+129+37=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8125 is #307EDA. Grayscale: #8E8E8E. Windows color (decimal): -3178203 or 2458063. OLE color: 2458063.

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

Color convert

RGB 207 129 37 -
CMYK 0 0.38 0.82 0.19
HSL 32.47º 0.7% 0.48% -
HSV(B) 32.47º 0.82% 0.81% -
XYZ 33.92 29.1 5.58 -
YUV 141.83 68.84 174.48 -
System Red Green Blue C M Y K H S L
Decimal 207 129 37 0 0.38 0.82 0.19 32.47 0.7 0.48
Hex CF 81 25 0 26 52 13 20 46 30
Octal 317 201 45 0 46 122 23 40 106 60
Binary 11001111 10000001 100101 0 100110 1010010 10011 100000 1000110 110000

Color Harmonies of #CF8125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8125

Black with #CF8125

Text Example


Text Example

White with #CF8125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8125; }

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

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

background-color css

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

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

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

border-color css

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

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

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