Html Css Color HEX #CF7D1A Ochre

📋 copy color: '#CF7D1A'

red 207 ◦ green 125 ◦ blue 26

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

Shades of Ochre #CF7D1A

Tints of Ochre #CF7D1A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.92%

 BLUE value IS 26 (10.55% from 255) = 7.26%

R = 57.82%
G = 34.92%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF7D1A (or 0xCF7D1A) is known color: Ochre. HEX triplet: CF, 7D and 1A. RGB value is (207,125,26). Sum of RGB (Red+Green+Blue) = 207+125+26=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7D1A is #3082E5. Grayscale: #8A8A8A. Windows color (decimal): -3179238 or 1736143. OLE color: 1736143.

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

Color convert

RGB 207 125 26 -
CMYK 0 0.40 0.87 0.19
HSL 32.82º 0.78% 0.46% -
HSV(B) 32.82º 0.87% 0.81% -
XYZ 33.25 28.01 4.63 -
YUV 138.23 64.67 177.05 -
System Red Green Blue C M Y K H S L
Decimal 207 125 26 0 0.40 0.87 0.19 32.82 0.78 0.46
Hex CF 7D 1A 0 28 57 13 21 4E 2E
Octal 317 175 32 0 50 127 23 41 116 56
Binary 11001111 1111101 11010 0 101000 1010111 10011 100001 1001110 101110

Color Harmonies of #CF7D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D1A

Black with #CF7D1A

Text Example


Text Example

White with #CF7D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D1A; }

 p { color: rgb(207,125,26); }

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

background-color css

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

 a { background-color: rgb(207,125,26); }

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

border-color css

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

 span { border-color: rgb(207,125,26); }

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