Html Css Color HEX #CC926A Whiskey

📋 copy color: '#CC926A'

red 204 ◦ green 146 ◦ blue 106

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

Shades of Whiskey #CC926A

Tints of Whiskey #CC926A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.02%

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

R = 44.74%
G = 32.02%
B = 23.25%

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

#CC926A (or 0xCC926A) is known color: Whiskey. HEX triplet: CC, 92 and 6A. RGB value is (204,146,106). Sum of RGB (Red+Green+Blue) = 204+146+106=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC926A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC926A is #336D95. Grayscale: #9F9F9F. Windows color (decimal): -3370390 or 6984396. OLE color: 6984396.

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

Color convert

RGB 204 146 106 -
CMYK 0 0.28 0.48 0.2
HSL 24.49º 0.49% 0.61% -
HSV(B) 24.49º 0.48% 0.8% -
XYZ 37.78 34.44 18.29 -
YUV 158.78 98.22 160.25 -
System Red Green Blue C M Y K H S L
Decimal 204 146 106 0 0.28 0.48 0.2 24.49 0.49 0.61
Hex CC 92 6A 0 1C 30 14 18 31 3D
Octal 314 222 152 0 34 60 24 30 61 75
Binary 11001100 10010010 1101010 0 11100 110000 10100 11000 110001 111101

Color Harmonies of #CC926A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC926A

Black with #CC926A

Text Example


Text Example

White with #CC926A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC926A; }

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

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

background-color css

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

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

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

border-color css

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

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

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