Html Css Color HEX #CF6318 Chocolate

📋 copy color: '#CF6318'

red 207 ◦ green 99 ◦ blue 24

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

Shades of Chocolate #CF6318

Tints of Chocolate #CF6318

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30%

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

R = 62.73%
G = 30%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF6318 (or 0xCF6318) is known color: Chocolate. HEX triplet: CF, 63 and 18. RGB value is (207,99,24). Sum of RGB (Red+Green+Blue) = 207+99+24=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6318 is #309CE7. Grayscale: #7B7B7B. Windows color (decimal): -3185896 or 1598415. OLE color: 1598415.

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

Color convert

RGB 207 99 24 -
CMYK 0 0.52 0.88 0.19
HSL 24.59º 0.79% 0.45% -
HSV(B) 24.59º 0.88% 0.81% -
XYZ 30.36 22.26 3.56 -
YUV 122.74 72.28 188.1 -
System Red Green Blue C M Y K H S L
Decimal 207 99 24 0 0.52 0.88 0.19 24.59 0.79 0.45
Hex CF 63 18 0 34 58 13 19 4F 2D
Octal 317 143 30 0 64 130 23 31 117 55
Binary 11001111 1100011 11000 0 110100 1011000 10011 11001 1001111 101101

Color Harmonies of #CF6318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6318

Black with #CF6318

Text Example


Text Example

White with #CF6318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6318; }

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

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

background-color css

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

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

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

border-color css

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

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

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