Html Css Color HEX #CF6514 Chocolate

📋 copy color: '#CF6514'

red 207 ◦ green 101 ◦ blue 20

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

Shades of Chocolate #CF6514

Tints of Chocolate #CF6514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.79%

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

R = 63.11%
G = 30.79%
B = 6.1%

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

#CF6514 (or 0xCF6514) is known color: Chocolate. HEX triplet: CF, 65 and 14. RGB value is (207,101,20). Sum of RGB (Red+Green+Blue) = 207+101+20=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6514 is #309AEB. Grayscale: #7B7B7B. Windows color (decimal): -3185388 or 1336783. OLE color: 1336783.

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

Color convert

RGB 207 101 20 -
CMYK 0 0.51 0.90 0.19
HSL 25.99º 0.82% 0.45% -
HSV(B) 25.99º 0.9% 0.81% -
XYZ 30.51 22.62 3.42 -
YUV 123.46 69.62 187.59 -
System Red Green Blue C M Y K H S L
Decimal 207 101 20 0 0.51 0.90 0.19 25.99 0.82 0.45
Hex CF 65 14 0 33 5A 13 1A 52 2D
Octal 317 145 24 0 63 132 23 32 122 55
Binary 11001111 1100101 10100 0 110011 1011010 10011 11010 1010010 101101

Color Harmonies of #CF6514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6514

Black with #CF6514

Text Example


Text Example

White with #CF6514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6514; }

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

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

background-color css

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

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

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

border-color css

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

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

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