Html Css Color HEX #CC956A Whiskey

📋 copy color: '#CC956A'

red 204 ◦ green 149 ◦ blue 106

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

Shades of Whiskey #CC956A

Tints of Whiskey #CC956A

RGB

 RED value IS 204 (80.08% from 255) = 44.44%

 GREEN value IS 149 (58.59% from 255) = 32.46%

 BLUE value IS 106 (41.8% from 255) = 23.09%

R = 44.44%
G = 32.46%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC956A (or 0xCC956A) is known color: Whiskey. HEX triplet: CC, 95 and 6A. RGB value is (204,149,106). Sum of RGB (Red+Green+Blue) = 204+149+106=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC956A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC956A is #336A95. Grayscale: #A0A0A0. Windows color (decimal): -3369622 or 6985164. OLE color: 6985164.

HSL color Cylindrical-coordinate representation of color #CC956A: hue angle of 26.33º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC956A is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 149 106 -
CMYK 0 0.27 0.48 0.2
HSL 26.33º 0.49% 0.61% -
HSV(B) 26.33º 0.48% 0.8% -
XYZ 38.25 35.37 18.45 -
YUV 160.54 97.22 159 -
System Red Green Blue C M Y K H S L
Decimal 204 149 106 0 0.27 0.48 0.2 26.33 0.49 0.61
Hex CC 95 6A 0 1B 30 14 1A 31 3D
Octal 314 225 152 0 33 60 24 32 61 75
Binary 11001100 10010101 1101010 0 11011 110000 10100 11010 110001 111101

Color Harmonies of #CC956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC956A

Black with #CC956A

Text Example


Text Example

White with #CC956A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC956A; }

 p { color: rgb(204,149,106); }

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

background-color css

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

 a { background-color: rgb(204,149,106); }

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

border-color css

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

 span { border-color: rgb(204,149,106); }

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