Html Css Color HEX #CF7510 Ochre

📋 copy color: '#CF7510'

red 207 ◦ green 117 ◦ blue 16

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

Shades of Ochre #CF7510

Tints of Ochre #CF7510

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.41%

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

R = 60.88%
G = 34.41%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF7510 (or 0xCF7510) is known color: Ochre. HEX triplet: CF, 75 and 10. RGB value is (207,117,16). Sum of RGB (Red+Green+Blue) = 207+117+16=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7510 is #308AEF. Grayscale: #848484. Windows color (decimal): -3181296 or 1078735. OLE color: 1078735.

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

Color convert

RGB 207 117 16 -
CMYK 0 0.43 0.92 0.19
HSL 31.73º 0.86% 0.44% -
HSV(B) 31.73º 0.92% 0.81% -
XYZ 32.19 26.03 3.82 -
YUV 132.4 62.32 181.21 -
System Red Green Blue C M Y K H S L
Decimal 207 117 16 0 0.43 0.92 0.19 31.73 0.86 0.44
Hex CF 75 10 0 2B 5C 13 20 56 2C
Octal 317 165 20 0 53 134 23 40 126 54
Binary 11001111 1110101 10000 0 101011 1011100 10011 100000 1010110 101100

Color Harmonies of #CF7510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7510

Black with #CF7510

Text Example


Text Example

White with #CF7510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7510; }

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

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

background-color css

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

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

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

border-color css

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

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

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