Html Css Color HEX #CF7C0A Ochre

📋 copy color: '#CF7C0A'

red 207 ◦ green 124 ◦ blue 10

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

Shades of Ochre #CF7C0A

Tints of Ochre #CF7C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.93%

R = 60.7%
G = 36.36%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF7C0A (or 0xCF7C0A) is known color: Ochre. HEX triplet: CF, 7C and 0A. RGB value is (207,124,10). Sum of RGB (Red+Green+Blue) = 207+124+10=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 10 (4.30% from 255 or 2.93% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7C0A is #3083F5. Grayscale: #888888. Windows color (decimal): -3179510 or 687311. OLE color: 687311.

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

Color convert

RGB 207 124 10 -
CMYK 0 0.40 0.95 0.19
HSL 34.72º 0.91% 0.43% -
HSV(B) 34.72º 0.95% 0.81% -
XYZ 32.99 27.7 3.9 -
YUV 135.82 57 178.77 -
System Red Green Blue C M Y K H S L
Decimal 207 124 10 0 0.40 0.95 0.19 34.72 0.91 0.43
Hex CF 7C A 0 28 5F 13 23 5B 2B
Octal 317 174 12 0 50 137 23 43 133 53
Binary 11001111 1111100 1010 0 101000 1011111 10011 100011 1011011 101011

Color Harmonies of #CF7C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7C0A

Black with #CF7C0A

Text Example


Text Example

White with #CF7C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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