Html Css Color HEX #CF7A1C Ochre

📋 copy color: '#CF7A1C'

red 207 ◦ green 122 ◦ blue 28

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

Shades of Ochre #CF7A1C

Tints of Ochre #CF7A1C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.17%

 BLUE value IS 28 (11.33% from 255) = 7.84%

R = 57.98%
G = 34.17%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF7A1C (or 0xCF7A1C) is known color: Ochre. HEX triplet: CF, 7A and 1C. RGB value is (207,122,28). Sum of RGB (Red+Green+Blue) = 207+122+28=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7A1C is #3085E3. Grayscale: #898989. Windows color (decimal): -3180004 or 1866447. OLE color: 1866447.

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

Color convert

RGB 207 122 28 -
CMYK 0 0.41 0.86 0.19
HSL 31.51º 0.76% 0.46% -
HSV(B) 31.51º 0.86% 0.81% -
XYZ 32.9 27.27 4.63 -
YUV 136.7 66.66 178.14 -
System Red Green Blue C M Y K H S L
Decimal 207 122 28 0 0.41 0.86 0.19 31.51 0.76 0.46
Hex CF 7A 1C 0 29 56 13 20 4C 2E
Octal 317 172 34 0 51 126 23 40 114 56
Binary 11001111 1111010 11100 0 101001 1010110 10011 100000 1001100 101110

Color Harmonies of #CF7A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7A1C

Black with #CF7A1C

Text Example


Text Example

White with #CF7A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7A1C; }

 p { color: rgb(207,122,28); }

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

background-color css

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

 a { background-color: rgb(207,122,28); }

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

border-color css

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

 span { border-color: rgb(207,122,28); }

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