Html Css Color HEX #CF7C10 Ochre

📋 copy color: '#CF7C10'

red 207 ◦ green 124 ◦ blue 16

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

Shades of Ochre #CF7C10

Tints of Ochre #CF7C10

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.73%

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

R = 59.65%
G = 35.73%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF7C10 (or 0xCF7C10) is known color: Ochre. HEX triplet: CF, 7C and 10. RGB value is (207,124,16). Sum of RGB (Red+Green+Blue) = 207+124+16=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7C10 is #3083EF. Grayscale: #898989. Windows color (decimal): -3179504 or 1080527. OLE color: 1080527.

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

Color convert

RGB 207 124 16 -
CMYK 0 0.40 0.92 0.19
HSL 33.93º 0.86% 0.44% -
HSV(B) 33.93º 0.92% 0.81% -
XYZ 33.03 27.72 4.1 -
YUV 136.51 60 178.28 -
System Red Green Blue C M Y K H S L
Decimal 207 124 16 0 0.40 0.92 0.19 33.93 0.86 0.44
Hex CF 7C 10 0 28 5C 13 22 56 2C
Octal 317 174 20 0 50 134 23 42 126 54
Binary 11001111 1111100 10000 0 101000 1011100 10011 100010 1010110 101100

Color Harmonies of #CF7C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7C10

Black with #CF7C10

Text Example


Text Example

White with #CF7C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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