Html Css Color HEX #CF6315 Chocolate

📋 copy color: '#CF6315'

red 207 ◦ green 99 ◦ blue 21

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

Shades of Chocolate #CF6315

Tints of Chocolate #CF6315

RGB

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

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

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

R = 63.3%
G = 30.28%
B = 6.42%

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

#CF6315 (or 0xCF6315) is known color: Chocolate. HEX triplet: CF, 63 and 15. RGB value is (207,99,21). Sum of RGB (Red+Green+Blue) = 207+99+21=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6315 is #309CEA. Grayscale: #7A7A7A. Windows color (decimal): -3185899 or 1401807. OLE color: 1401807.

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

Color convert

RGB 207 99 21 -
CMYK 0 0.52 0.90 0.19
HSL 25.16º 0.82% 0.45% -
HSV(B) 25.16º 0.9% 0.81% -
XYZ 30.33 22.24 3.4 -
YUV 122.4 70.78 188.34 -
System Red Green Blue C M Y K H S L
Decimal 207 99 21 0 0.52 0.90 0.19 25.16 0.82 0.45
Hex CF 63 15 0 34 5A 13 19 52 2D
Octal 317 143 25 0 64 132 23 31 122 55
Binary 11001111 1100011 10101 0 110100 1011010 10011 11001 1010010 101101

Color Harmonies of #CF6315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6315

Black with #CF6315

Text Example


Text Example

White with #CF6315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6315; }

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

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

background-color css

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

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

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

border-color css

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

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

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