Html Css Color HEX #CC936A Whiskey

📋 copy color: '#CC936A'

red 204 ◦ green 147 ◦ blue 106

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

Shades of Whiskey #CC936A

Tints of Whiskey #CC936A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.17%

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

R = 44.64%
G = 32.17%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC936A (or 0xCC936A) is known color: Whiskey. HEX triplet: CC, 93 and 6A. RGB value is (204,147,106). Sum of RGB (Red+Green+Blue) = 204+147+106=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC936A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC936A is #336C95. Grayscale: #9F9F9F. Windows color (decimal): -3370134 or 6984652. OLE color: 6984652.

HSL color Cylindrical-coordinate representation of color #CC936A: hue angle of 25.1º 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 #CC936A is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 147 106 -
CMYK 0 0.28 0.48 0.2
HSL 25.1º 0.49% 0.61% -
HSV(B) 25.1º 0.48% 0.8% -
XYZ 37.94 34.75 18.34 -
YUV 159.37 97.88 159.83 -
System Red Green Blue C M Y K H S L
Decimal 204 147 106 0 0.28 0.48 0.2 25.1 0.49 0.61
Hex CC 93 6A 0 1C 30 14 19 31 3D
Octal 314 223 152 0 34 60 24 31 61 75
Binary 11001100 10010011 1101010 0 11100 110000 10100 11001 110001 111101

Color Harmonies of #CC936A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC936A

Black with #CC936A

Text Example


Text Example

White with #CC936A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC936A; }

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

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

background-color css

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

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

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

border-color css

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

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

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