Html Css Color HEX #CF7C16 Ochre

📋 copy color: '#CF7C16'

red 207 ◦ green 124 ◦ blue 22

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

Shades of Ochre #CF7C16

Tints of Ochre #CF7C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.23%

R = 58.64%
G = 35.13%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF7C16 (or 0xCF7C16) is known color: Ochre. HEX triplet: CF, 7C and 16. RGB value is (207,124,22). Sum of RGB (Red+Green+Blue) = 207+124+22=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7C16 is #3083E9. Grayscale: #898989. Windows color (decimal): -3179498 or 1473743. OLE color: 1473743.

HSL color Cylindrical-coordinate representation of color #CF7C16: hue angle of 33.08º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF7C16 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 124 22 -
CMYK 0 0.40 0.89 0.19
HSL 33.08º 0.81% 0.45% -
HSV(B) 33.08º 0.89% 0.81% -
XYZ 33.08 27.74 4.37 -
YUV 137.19 63 177.79 -
System Red Green Blue C M Y K H S L
Decimal 207 124 22 0 0.40 0.89 0.19 33.08 0.81 0.45
Hex CF 7C 16 0 28 59 13 21 51 2D
Octal 317 174 26 0 50 131 23 41 121 55
Binary 11001111 1111100 10110 0 101000 1011001 10011 100001 1010001 101101

Color Harmonies of #CF7C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7C16

Black with #CF7C16

Text Example


Text Example

White with #CF7C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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