Html Css Color HEX #CF6919 Chocolate

📋 copy color: '#CF6919'

red 207 ◦ green 105 ◦ blue 25

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

Shades of Chocolate #CF6919

Tints of Chocolate #CF6919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.42%

R = 61.42%
G = 31.16%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF6919 (or 0xCF6919) is known color: Chocolate. HEX triplet: CF, 69 and 19. RGB value is (207,105,25). Sum of RGB (Red+Green+Blue) = 207+105+25=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6919 is #3096E6. Grayscale: #7E7E7E. Windows color (decimal): -3184359 or 1665487. OLE color: 1665487.

HSL color Cylindrical-coordinate representation of color #CF6919: hue angle of 26.37º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF6919 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 105 25 -
CMYK 0 0.49 0.88 0.19
HSL 26.37º 0.78% 0.45% -
HSV(B) 26.37º 0.88% 0.81% -
XYZ 30.96 23.44 3.81 -
YUV 126.38 70.79 185.5 -
System Red Green Blue C M Y K H S L
Decimal 207 105 25 0 0.49 0.88 0.19 26.37 0.78 0.45
Hex CF 69 19 0 31 58 13 1A 4E 2D
Octal 317 151 31 0 61 130 23 32 116 55
Binary 11001111 1101001 11001 0 110001 1011000 10011 11010 1001110 101101

Color Harmonies of #CF6919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6919

Black with #CF6919

Text Example


Text Example

White with #CF6919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6919; }

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

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

background-color css

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

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

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

border-color css

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

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

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