Html Css Color HEX #CF7A1E Ochre

📋 copy color: '#CF7A1E'

red 207 ◦ green 122 ◦ blue 30

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

Shades of Ochre #CF7A1E

Tints of Ochre #CF7A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.36%

R = 57.66%
G = 33.98%
B = 8.36%

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

#CF7A1E (or 0xCF7A1E) is known color: Ochre. HEX triplet: CF, 7A and 1E. RGB value is (207,122,30). Sum of RGB (Red+Green+Blue) = 207+122+30=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7A1E is #3085E1. Grayscale: #898989. Windows color (decimal): -3180002 or 1997519. OLE color: 1997519.

HSL color Cylindrical-coordinate representation of color #CF7A1E: hue angle of 31.19º degrees, saturation: 0.75, 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 #CF7A1E is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 122 30 -
CMYK 0 0.41 0.86 0.19
HSL 31.19º 0.75% 0.46% -
HSV(B) 31.19º 0.86% 0.81% -
XYZ 32.93 27.28 4.76 -
YUV 136.93 67.66 177.98 -
System Red Green Blue C M Y K H S L
Decimal 207 122 30 0 0.41 0.86 0.19 31.19 0.75 0.46
Hex CF 7A 1E 0 29 56 13 1F 4B 2E
Octal 317 172 36 0 51 126 23 37 113 56
Binary 11001111 1111010 11110 0 101001 1010110 10011 11111 1001011 101110

Color Harmonies of #CF7A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7A1E

Black with #CF7A1E

Text Example


Text Example

White with #CF7A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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