Html Css Color HEX #CF721C Ochre

📋 copy color: '#CF721C'

red 207 ◦ green 114 ◦ blue 28

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

Shades of Ochre #CF721C

Tints of Ochre #CF721C

RGB

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

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

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

R = 59.31%
G = 32.66%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF721C (or 0xCF721C) is known color: Ochre. HEX triplet: CF, 72 and 1C. RGB value is (207,114,28). Sum of RGB (Red+Green+Blue) = 207+114+28=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF721C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF721C is #308DE3. Grayscale: #848484. Windows color (decimal): -3182052 or 1864399. OLE color: 1864399.

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

Color convert

RGB 207 114 28 -
CMYK 0 0.45 0.86 0.19
HSL 28.83º 0.76% 0.46% -
HSV(B) 28.83º 0.86% 0.81% -
XYZ 31.96 25.38 4.31 -
YUV 132 69.31 181.49 -
System Red Green Blue C M Y K H S L
Decimal 207 114 28 0 0.45 0.86 0.19 28.83 0.76 0.46
Hex CF 72 1C 0 2D 56 13 1D 4C 2E
Octal 317 162 34 0 55 126 23 35 114 56
Binary 11001111 1110010 11100 0 101101 1010110 10011 11101 1001100 101110

Color Harmonies of #CF721C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF721C

Black with #CF721C

Text Example


Text Example

White with #CF721C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF721C; }

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

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

background-color css

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

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

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

border-color css

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

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

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