Html Css Color HEX #CF7910 Ochre

📋 copy color: '#CF7910'

red 207 ◦ green 121 ◦ blue 16

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

Shades of Ochre #CF7910

Tints of Ochre #CF7910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.65%

R = 60.17%
G = 35.17%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF7910 (or 0xCF7910) is known color: Ochre. HEX triplet: CF, 79 and 10. RGB value is (207,121,16). Sum of RGB (Red+Green+Blue) = 207+121+16=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7910 is #3086EF. Grayscale: #878787. Windows color (decimal): -3180272 or 1079759. OLE color: 1079759.

HSL color Cylindrical-coordinate representation of color #CF7910: hue angle of 32.98º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF7910 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 121 16 -
CMYK 0 0.42 0.92 0.19
HSL 32.98º 0.86% 0.44% -
HSV(B) 32.98º 0.92% 0.81% -
XYZ 32.66 26.98 3.98 -
YUV 134.74 60.99 179.54 -
System Red Green Blue C M Y K H S L
Decimal 207 121 16 0 0.42 0.92 0.19 32.98 0.86 0.44
Hex CF 79 10 0 2A 5C 13 21 56 2C
Octal 317 171 20 0 52 134 23 41 126 54
Binary 11001111 1111001 10000 0 101010 1011100 10011 100001 1010110 101100

Color Harmonies of #CF7910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7910

Black with #CF7910

Text Example


Text Example

White with #CF7910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7910; }

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

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

background-color css

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

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

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

border-color css

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

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

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