Html Css Color HEX #CF7919 Ochre

📋 copy color: '#CF7919'

red 207 ◦ green 121 ◦ blue 25

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

Shades of Ochre #CF7919

Tints of Ochre #CF7919

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.28%

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

R = 58.64%
G = 34.28%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF7919 (or 0xCF7919) is known color: Ochre. HEX triplet: CF, 79 and 19. RGB value is (207,121,25). Sum of RGB (Red+Green+Blue) = 207+121+25=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7919 is #3086E6. Grayscale: #888888. Windows color (decimal): -3180263 or 1669583. OLE color: 1669583.

HSL color Cylindrical-coordinate representation of color #CF7919: hue angle of 31.65º 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 #CF7919 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 121 25 -
CMYK 0 0.42 0.88 0.19
HSL 31.65º 0.78% 0.45% -
HSV(B) 31.65º 0.88% 0.81% -
XYZ 32.74 27.01 4.41 -
YUV 135.77 65.49 178.81 -
System Red Green Blue C M Y K H S L
Decimal 207 121 25 0 0.42 0.88 0.19 31.65 0.78 0.45
Hex CF 79 19 0 2A 58 13 20 4E 2D
Octal 317 171 31 0 52 130 23 40 116 55
Binary 11001111 1111001 11001 0 101010 1011000 10011 100000 1001110 101101

Color Harmonies of #CF7919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7919

Black with #CF7919

Text Example


Text Example

White with #CF7919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7919; }

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

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

background-color css

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

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

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

border-color css

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

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

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