Html Css Color HEX #CF7C0F Ochre

📋 copy color: '#CF7C0F'

red 207 ◦ green 124 ◦ blue 15

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

Shades of Ochre #CF7C0F

Tints of Ochre #CF7C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.34%

R = 59.83%
G = 35.84%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF7C0F (or 0xCF7C0F) is known color: Ochre. HEX triplet: CF, 7C and 0F. RGB value is (207,124,15). Sum of RGB (Red+Green+Blue) = 207+124+15=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7C0F is #3083F0. Grayscale: #888888. Windows color (decimal): -3179505 or 1014991. OLE color: 1014991.

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

Color convert

RGB 207 124 15 -
CMYK 0 0.40 0.93 0.19
HSL 34.06º 0.86% 0.44% -
HSV(B) 34.06º 0.93% 0.81% -
XYZ 33.03 27.72 4.06 -
YUV 136.39 59.5 178.36 -
System Red Green Blue C M Y K H S L
Decimal 207 124 15 0 0.40 0.93 0.19 34.06 0.86 0.44
Hex CF 7C F 0 28 5D 13 22 56 2C
Octal 317 174 17 0 50 135 23 42 126 54
Binary 11001111 1111100 1111 0 101000 1011101 10011 100010 1010110 101100

Color Harmonies of #CF7C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7C0F

Black with #CF7C0F

Text Example


Text Example

White with #CF7C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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