Html Css Color HEX #CF7115 Chocolate

📋 copy color: '#CF7115'

red 207 ◦ green 113 ◦ blue 21

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

Shades of Chocolate #CF7115

Tints of Chocolate #CF7115

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.14%

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

R = 60.7%
G = 33.14%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF7115 (or 0xCF7115) is known color: Chocolate. HEX triplet: CF, 71 and 15. RGB value is (207,113,21). Sum of RGB (Red+Green+Blue) = 207+113+21=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7115 is #308EEA. Grayscale: #838383. Windows color (decimal): -3182315 or 1405391. OLE color: 1405391.

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

Color convert

RGB 207 113 21 -
CMYK 0 0.45 0.90 0.19
HSL 29.68º 0.82% 0.45% -
HSV(B) 29.68º 0.9% 0.81% -
XYZ 31.77 25.13 3.89 -
YUV 130.62 66.14 182.48 -
System Red Green Blue C M Y K H S L
Decimal 207 113 21 0 0.45 0.90 0.19 29.68 0.82 0.45
Hex CF 71 15 0 2D 5A 13 1E 52 2D
Octal 317 161 25 0 55 132 23 36 122 55
Binary 11001111 1110001 10101 0 101101 1011010 10011 11110 1010010 101101

Color Harmonies of #CF7115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7115

Black with #CF7115

Text Example


Text Example

White with #CF7115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7115; }

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

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

background-color css

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

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

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

border-color css

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

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

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