Html Css Color HEX #CF7114 Chocolate

📋 copy color: '#CF7114'

red 207 ◦ green 113 ◦ blue 20

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

Shades of Chocolate #CF7114

Tints of Chocolate #CF7114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.88%

R = 60.88%
G = 33.24%
B = 5.88%

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

#CF7114 (or 0xCF7114) is known color: Chocolate. HEX triplet: CF, 71 and 14. RGB value is (207,113,20). Sum of RGB (Red+Green+Blue) = 207+113+20=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7114 is #308EEB. Grayscale: #828282. Windows color (decimal): -3182316 or 1339855. OLE color: 1339855.

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

Color convert

RGB 207 113 20 -
CMYK 0 0.45 0.90 0.19
HSL 29.84º 0.82% 0.45% -
HSV(B) 29.84º 0.9% 0.81% -
XYZ 31.76 25.13 3.84 -
YUV 130.5 65.64 182.56 -
System Red Green Blue C M Y K H S L
Decimal 207 113 20 0 0.45 0.90 0.19 29.84 0.82 0.45
Hex CF 71 14 0 2D 5A 13 1E 52 2D
Octal 317 161 24 0 55 132 23 36 122 55
Binary 11001111 1110001 10100 0 101101 1011010 10011 11110 1010010 101101

Color Harmonies of #CF7114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7114

Black with #CF7114

Text Example


Text Example

White with #CF7114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7114; }

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

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

background-color css

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

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

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

border-color css

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

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

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