Html Css Color HEX #CF7218 Ochre

📋 copy color: '#CF7218'

red 207 ◦ green 114 ◦ blue 24

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

Shades of Ochre #CF7218

Tints of Ochre #CF7218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.96%

R = 60%
G = 33.04%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF7218 (or 0xCF7218) is known color: Ochre. HEX triplet: CF, 72 and 18. RGB value is (207,114,24). Sum of RGB (Red+Green+Blue) = 207+114+24=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7218 is #308DE7. Grayscale: #838383. Windows color (decimal): -3182056 or 1602255. OLE color: 1602255.

HSL color Cylindrical-coordinate representation of color #CF7218: hue angle of 29.51º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF7218 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 114 24 -
CMYK 0 0.45 0.88 0.19
HSL 29.51º 0.79% 0.45% -
HSV(B) 29.51º 0.88% 0.81% -
XYZ 31.91 25.37 4.08 -
YUV 131.55 67.31 181.82 -
System Red Green Blue C M Y K H S L
Decimal 207 114 24 0 0.45 0.88 0.19 29.51 0.79 0.45
Hex CF 72 18 0 2D 58 13 1E 4F 2D
Octal 317 162 30 0 55 130 23 36 117 55
Binary 11001111 1110010 11000 0 101101 1011000 10011 11110 1001111 101101

Color Harmonies of #CF7218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7218

Black with #CF7218

Text Example


Text Example

White with #CF7218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7218; }

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

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

background-color css

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

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

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

border-color css

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

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

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