Html Css Color HEX #C2691A Chocolate

📋 copy color: '#C2691A'

red 194 ◦ green 105 ◦ blue 26

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

Shades of Chocolate #C2691A

Tints of Chocolate #C2691A

RGB

 RED value IS 194 (76.17% from 255) = 59.69%

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

 BLUE value IS 26 (10.55% from 255) = 8%

R = 59.69%
G = 32.31%
B = 8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2691A (or 0xC2691A) is known color: Chocolate. HEX triplet: C2, 69 and 1A. RGB value is (194,105,26). Sum of RGB (Red+Green+Blue) = 194+105+26=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C2691A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2691A is #3D96E5. Grayscale: #7B7B7B. Windows color (decimal): -4036326 or 1731010. OLE color: 1731010.

HSL color Cylindrical-coordinate representation of color #C2691A: hue angle of 28.21º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2691A is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 105 26 -
CMYK 0 0.46 0.87 0.24
HSL 28.21º 0.76% 0.43% -
HSV(B) 28.21º 0.87% 0.76% -
XYZ 27.49 21.65 3.71 -
YUV 122.61 73.49 178.92 -
System Red Green Blue C M Y K H S L
Decimal 194 105 26 0 0.46 0.87 0.24 28.21 0.76 0.43
Hex C2 69 1A 0 2E 57 18 1C 4C 2B
Octal 302 151 32 0 56 127 30 34 114 53
Binary 11000010 1101001 11010 0 101110 1010111 11000 11100 1001100 101011

Color Harmonies of #C2691A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2691A

Black with #C2691A

Text Example


Text Example

White with #C2691A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2691A; }

 p { color: rgb(194,105,26); }

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

background-color css

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

 a { background-color: rgb(194,105,26); }

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

border-color css

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

 span { border-color: rgb(194,105,26); }

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