Html Css Color HEX #CF7610 Ochre

📋 copy color: '#CF7610'

red 207 ◦ green 118 ◦ blue 16

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

Shades of Ochre #CF7610

Tints of Ochre #CF7610

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.6%

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

R = 60.7%
G = 34.6%
B = 4.69%

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

#CF7610 (or 0xCF7610) is known color: Ochre. HEX triplet: CF, 76 and 10. RGB value is (207,118,16). Sum of RGB (Red+Green+Blue) = 207+118+16=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7610 is #3089EF. Grayscale: #858585. Windows color (decimal): -3181040 or 1078991. OLE color: 1078991.

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

Color convert

RGB 207 118 16 -
CMYK 0 0.43 0.92 0.19
HSL 32.04º 0.86% 0.44% -
HSV(B) 32.04º 0.92% 0.81% -
XYZ 32.3 26.26 3.86 -
YUV 132.98 61.99 180.79 -
System Red Green Blue C M Y K H S L
Decimal 207 118 16 0 0.43 0.92 0.19 32.04 0.86 0.44
Hex CF 76 10 0 2B 5C 13 20 56 2C
Octal 317 166 20 0 53 134 23 40 126 54
Binary 11001111 1110110 10000 0 101011 1011100 10011 100000 1010110 101100

Color Harmonies of #CF7610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7610

Black with #CF7610

Text Example


Text Example

White with #CF7610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7610; }

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

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

background-color css

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

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

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

border-color css

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

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

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