Html Css Color HEX #CF6415 Chocolate

📋 copy color: '#CF6415'

red 207 ◦ green 100 ◦ blue 21

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

Shades of Chocolate #CF6415

Tints of Chocolate #CF6415

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.49%

 BLUE value IS 21 (8.59% from 255) = 6.4%

R = 63.11%
G = 30.49%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF6415 (or 0xCF6415) is known color: Chocolate. HEX triplet: CF, 64 and 15. RGB value is (207,100,21). Sum of RGB (Red+Green+Blue) = 207+100+21=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6415 is #309BEA. Grayscale: #7B7B7B. Windows color (decimal): -3185643 or 1402063. OLE color: 1402063.

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

Color convert

RGB 207 100 21 -
CMYK 0 0.52 0.90 0.19
HSL 25.48º 0.82% 0.45% -
HSV(B) 25.48º 0.9% 0.81% -
XYZ 30.42 22.43 3.44 -
YUV 122.99 70.45 187.92 -
System Red Green Blue C M Y K H S L
Decimal 207 100 21 0 0.52 0.90 0.19 25.48 0.82 0.45
Hex CF 64 15 0 34 5A 13 19 52 2D
Octal 317 144 25 0 64 132 23 31 122 55
Binary 11001111 1100100 10101 0 110100 1011010 10011 11001 1010010 101101

Color Harmonies of #CF6415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6415

Black with #CF6415

Text Example


Text Example

White with #CF6415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6415; }

 p { color: rgb(207,100,21); }

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

background-color css

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

 a { background-color: rgb(207,100,21); }

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

border-color css

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

 span { border-color: rgb(207,100,21); }

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