Html Css Color HEX #CF6214 Chocolate

📋 copy color: '#CF6214'

red 207 ◦ green 98 ◦ blue 20

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

Shades of Chocolate #CF6214

Tints of Chocolate #CF6214

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.15%

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

R = 63.69%
G = 30.15%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF6214 (or 0xCF6214) is known color: Chocolate. HEX triplet: CF, 62 and 14. RGB value is (207,98,20). Sum of RGB (Red+Green+Blue) = 207+98+20=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6214 is #309DEB. Grayscale: #7A7A7A. Windows color (decimal): -3186156 or 1336015. OLE color: 1336015.

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

Color convert

RGB 207 98 20 -
CMYK 0 0.53 0.90 0.19
HSL 25.03º 0.82% 0.45% -
HSV(B) 25.03º 0.9% 0.81% -
XYZ 30.23 22.05 3.33 -
YUV 121.7 70.61 188.84 -
System Red Green Blue C M Y K H S L
Decimal 207 98 20 0 0.53 0.90 0.19 25.03 0.82 0.45
Hex CF 62 14 0 35 5A 13 19 52 2D
Octal 317 142 24 0 65 132 23 31 122 55
Binary 11001111 1100010 10100 0 110101 1011010 10011 11001 1010010 101101

Color Harmonies of #CF6214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6214

Black with #CF6214

Text Example


Text Example

White with #CF6214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6214; }

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

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

background-color css

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

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

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

border-color css

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

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

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