Html Css Color HEX #CF7119 Ochre

📋 copy color: '#CF7119'

red 207 ◦ green 113 ◦ blue 25

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

Shades of Ochre #CF7119

Tints of Ochre #CF7119

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.75%

 BLUE value IS 25 (10.16% from 255) = 7.25%

R = 60%
G = 32.75%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF7119 (or 0xCF7119) is known color: Ochre. HEX triplet: CF, 71 and 19. RGB value is (207,113,25). Sum of RGB (Red+Green+Blue) = 207+113+25=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7119 is #308EE6. Grayscale: #838383. Windows color (decimal): -3182311 or 1667535. OLE color: 1667535.

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

Color convert

RGB 207 113 25 -
CMYK 0 0.45 0.88 0.19
HSL 29.01º 0.78% 0.45% -
HSV(B) 29.01º 0.88% 0.81% -
XYZ 31.81 25.15 4.1 -
YUV 131.07 68.14 182.16 -
System Red Green Blue C M Y K H S L
Decimal 207 113 25 0 0.45 0.88 0.19 29.01 0.78 0.45
Hex CF 71 19 0 2D 58 13 1D 4E 2D
Octal 317 161 31 0 55 130 23 35 116 55
Binary 11001111 1110001 11001 0 101101 1011000 10011 11101 1001110 101101

Color Harmonies of #CF7119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7119

Black with #CF7119

Text Example


Text Example

White with #CF7119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7119; }

 p { color: rgb(207,113,25); }

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

background-color css

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

 a { background-color: rgb(207,113,25); }

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

border-color css

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

 span { border-color: rgb(207,113,25); }

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