Html Css Color HEX #CF721A Ochre

📋 copy color: '#CF721A'

red 207 ◦ green 114 ◦ blue 26

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

Shades of Ochre #CF721A

Tints of Ochre #CF721A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.85%

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

R = 59.65%
G = 32.85%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF721A (or 0xCF721A) is known color: Ochre. HEX triplet: CF, 72 and 1A. RGB value is (207,114,26). Sum of RGB (Red+Green+Blue) = 207+114+26=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF721A is #308DE5. Grayscale: #848484. Windows color (decimal): -3182054 or 1733327. OLE color: 1733327.

HSL color Cylindrical-coordinate representation of color #CF721A: hue angle of 29.17º 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 #CF721A is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 114 26 -
CMYK 0 0.45 0.87 0.19
HSL 29.17º 0.78% 0.46% -
HSV(B) 29.17º 0.87% 0.81% -
XYZ 31.94 25.37 4.19 -
YUV 131.78 68.31 181.66 -
System Red Green Blue C M Y K H S L
Decimal 207 114 26 0 0.45 0.87 0.19 29.17 0.78 0.46
Hex CF 72 1A 0 2D 57 13 1D 4E 2E
Octal 317 162 32 0 55 127 23 35 116 56
Binary 11001111 1110010 11010 0 101101 1010111 10011 11101 1001110 101110

Color Harmonies of #CF721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF721A

Black with #CF721A

Text Example


Text Example

White with #CF721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF721A; }

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

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

background-color css

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

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

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

border-color css

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

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

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