Html Css Color HEX #CF6715 Chocolate

📋 copy color: '#CF6715'

red 207 ◦ green 103 ◦ blue 21

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

Shades of Chocolate #CF6715

Tints of Chocolate #CF6715

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.12%

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

R = 62.54%
G = 31.12%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF6715 (or 0xCF6715) is known color: Chocolate. HEX triplet: CF, 67 and 15. RGB value is (207,103,21). Sum of RGB (Red+Green+Blue) = 207+103+21=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6715 is #3098EA. Grayscale: #7D7D7D. Windows color (decimal): -3184875 or 1402831. OLE color: 1402831.

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

Color convert

RGB 207 103 21 -
CMYK 0 0.50 0.90 0.19
HSL 26.45º 0.82% 0.45% -
HSV(B) 26.45º 0.9% 0.81% -
XYZ 30.72 23.02 3.53 -
YUV 124.75 69.46 186.67 -
System Red Green Blue C M Y K H S L
Decimal 207 103 21 0 0.50 0.90 0.19 26.45 0.82 0.45
Hex CF 67 15 0 32 5A 13 1A 52 2D
Octal 317 147 25 0 62 132 23 32 122 55
Binary 11001111 1100111 10101 0 110010 1011010 10011 11010 1010010 101101

Color Harmonies of #CF6715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6715

Black with #CF6715

Text Example


Text Example

White with #CF6715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6715; }

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

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

background-color css

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

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

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

border-color css

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

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

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