Html Css Color HEX #CF6A19 Chocolate

📋 copy color: '#CF6A19'

red 207 ◦ green 106 ◦ blue 25

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

Shades of Chocolate #CF6A19

Tints of Chocolate #CF6A19

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.36%

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

R = 61.24%
G = 31.36%
B = 7.4%

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

#CF6A19 (or 0xCF6A19) is known color: Chocolate. HEX triplet: CF, 6A and 19. RGB value is (207,106,25). Sum of RGB (Red+Green+Blue) = 207+106+25=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6A19 is #3095E6. Grayscale: #7F7F7F. Windows color (decimal): -3184103 or 1665743. OLE color: 1665743.

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

Color convert

RGB 207 106 25 -
CMYK 0 0.49 0.88 0.19
HSL 26.7º 0.78% 0.45% -
HSV(B) 26.7º 0.88% 0.81% -
XYZ 31.06 23.64 3.85 -
YUV 126.97 70.46 185.09 -
System Red Green Blue C M Y K H S L
Decimal 207 106 25 0 0.49 0.88 0.19 26.7 0.78 0.45
Hex CF 6A 19 0 31 58 13 1B 4E 2D
Octal 317 152 31 0 61 130 23 33 116 55
Binary 11001111 1101010 11001 0 110001 1011000 10011 11011 1001110 101101

Color Harmonies of #CF6A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6A19

Black with #CF6A19

Text Example


Text Example

White with #CF6A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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