Html Css Color HEX #CF6915 Chocolate

📋 copy color: '#CF6915'

red 207 ◦ green 105 ◦ blue 21

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

Shades of Chocolate #CF6915

Tints of Chocolate #CF6915

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.53%

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

R = 62.16%
G = 31.53%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF6915 (or 0xCF6915) is known color: Chocolate. HEX triplet: CF, 69 and 15. RGB value is (207,105,21). Sum of RGB (Red+Green+Blue) = 207+105+21=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6915 is #3096EA. Grayscale: #7E7E7E. Windows color (decimal): -3184363 or 1403343. OLE color: 1403343.

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

Color convert

RGB 207 105 21 -
CMYK 0 0.49 0.90 0.19
HSL 27.1º 0.82% 0.45% -
HSV(B) 27.1º 0.9% 0.81% -
XYZ 30.92 23.42 3.6 -
YUV 125.92 68.79 185.83 -
System Red Green Blue C M Y K H S L
Decimal 207 105 21 0 0.49 0.90 0.19 27.1 0.82 0.45
Hex CF 69 15 0 31 5A 13 1B 52 2D
Octal 317 151 25 0 61 132 23 33 122 55
Binary 11001111 1101001 10101 0 110001 1011010 10011 11011 1010010 101101

Color Harmonies of #CF6915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6915

Black with #CF6915

Text Example


Text Example

White with #CF6915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6915; }

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

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

background-color css

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

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

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

border-color css

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

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

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