Html Css Color HEX #CF7C0B Ochre

📋 copy color: '#CF7C0B'

red 207 ◦ green 124 ◦ blue 11

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

Shades of Ochre #CF7C0B

Tints of Ochre #CF7C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.22%

R = 60.53%
G = 36.26%
B = 3.22%

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

#CF7C0B (or 0xCF7C0B) is known color: Ochre. HEX triplet: CF, 7C and 0B. RGB value is (207,124,11). Sum of RGB (Red+Green+Blue) = 207+124+11=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7C0B is #3083F4. Grayscale: #888888. Windows color (decimal): -3179509 or 752847. OLE color: 752847.

HSL color Cylindrical-coordinate representation of color #CF7C0B: hue angle of 34.59º degrees, saturation: 0.9, 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 #CF7C0B is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 124 11 -
CMYK 0 0.40 0.95 0.19
HSL 34.59º 0.9% 0.43% -
HSV(B) 34.59º 0.95% 0.81% -
XYZ 33 27.7 3.92 -
YUV 135.94 57.5 178.69 -
System Red Green Blue C M Y K H S L
Decimal 207 124 11 0 0.40 0.95 0.19 34.59 0.9 0.43
Hex CF 7C B 0 28 5F 13 23 5A 2B
Octal 317 174 13 0 50 137 23 43 132 53
Binary 11001111 1111100 1011 0 101000 1011111 10011 100011 1011010 101011

Color Harmonies of #CF7C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7C0B

Black with #CF7C0B

Text Example


Text Example

White with #CF7C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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