Html Css Color HEX #CF6714 Chocolate

📋 copy color: '#CF6714'

red 207 ◦ green 103 ◦ blue 20

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

Shades of Chocolate #CF6714

Tints of Chocolate #CF6714

RGB

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

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

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

R = 62.73%
G = 31.21%
B = 6.06%

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

#CF6714 (or 0xCF6714) is known color: Chocolate. HEX triplet: CF, 67 and 14. RGB value is (207,103,20). Sum of RGB (Red+Green+Blue) = 207+103+20=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6714 is #3098EB. Grayscale: #7D7D7D. Windows color (decimal): -3184876 or 1337295. OLE color: 1337295.

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

Color convert

RGB 207 103 20 -
CMYK 0 0.50 0.90 0.19
HSL 26.63º 0.82% 0.45% -
HSV(B) 26.63º 0.9% 0.81% -
XYZ 30.71 23.02 3.49 -
YUV 124.63 68.96 186.75 -
System Red Green Blue C M Y K H S L
Decimal 207 103 20 0 0.50 0.90 0.19 26.63 0.82 0.45
Hex CF 67 14 0 32 5A 13 1B 52 2D
Octal 317 147 24 0 62 132 23 33 122 55
Binary 11001111 1100111 10100 0 110010 1011010 10011 11011 1010010 101101

Color Harmonies of #CF6714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6714

Black with #CF6714

Text Example


Text Example

White with #CF6714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6714; }

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

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

background-color css

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

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

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

border-color css

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

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

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