Html Css Color HEX #CF6615 Chocolate

📋 copy color: '#CF6615'

red 207 ◦ green 102 ◦ blue 21

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

Shades of Chocolate #CF6615

Tints of Chocolate #CF6615

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.91%

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

R = 62.73%
G = 30.91%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF6615 (or 0xCF6615) is known color: Chocolate. HEX triplet: CF, 66 and 15. RGB value is (207,102,21). Sum of RGB (Red+Green+Blue) = 207+102+21=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6615 is #3099EA. Grayscale: #7C7C7C. Windows color (decimal): -3185131 or 1402575. OLE color: 1402575.

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

Color convert

RGB 207 102 21 -
CMYK 0 0.51 0.90 0.19
HSL 26.13º 0.82% 0.45% -
HSV(B) 26.13º 0.9% 0.81% -
XYZ 30.62 22.82 3.5 -
YUV 124.16 69.79 187.09 -
System Red Green Blue C M Y K H S L
Decimal 207 102 21 0 0.51 0.90 0.19 26.13 0.82 0.45
Hex CF 66 15 0 33 5A 13 1A 52 2D
Octal 317 146 25 0 63 132 23 32 122 55
Binary 11001111 1100110 10101 0 110011 1011010 10011 11010 1010010 101101

Color Harmonies of #CF6615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6615

Black with #CF6615

Text Example


Text Example

White with #CF6615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6615; }

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

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

background-color css

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

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

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

border-color css

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

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

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