Html Css Color HEX #CF7318 Ochre

📋 copy color: '#CF7318'

red 207 ◦ green 115 ◦ blue 24

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

Shades of Ochre #CF7318

Tints of Ochre #CF7318

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.24%

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

R = 59.83%
G = 33.24%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF7318 (or 0xCF7318) is known color: Ochre. HEX triplet: CF, 73 and 18. RGB value is (207,115,24). Sum of RGB (Red+Green+Blue) = 207+115+24=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7318 is #308CE7. Grayscale: #848484. Windows color (decimal): -3181800 or 1602511. OLE color: 1602511.

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

Color convert

RGB 207 115 24 -
CMYK 0 0.44 0.88 0.19
HSL 29.84º 0.79% 0.45% -
HSV(B) 29.84º 0.88% 0.81% -
XYZ 32.03 25.59 4.12 -
YUV 132.13 66.98 181.4 -
System Red Green Blue C M Y K H S L
Decimal 207 115 24 0 0.44 0.88 0.19 29.84 0.79 0.45
Hex CF 73 18 0 2C 58 13 1E 4F 2D
Octal 317 163 30 0 54 130 23 36 117 55
Binary 11001111 1110011 11000 0 101100 1011000 10011 11110 1001111 101101

Color Harmonies of #CF7318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7318

Black with #CF7318

Text Example


Text Example

White with #CF7318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7318; }

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

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

background-color css

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

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

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

border-color css

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

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

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