Html Css Color HEX #CC926B Whiskey

📋 copy color: '#CC926B'

red 204 ◦ green 146 ◦ blue 107

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

Shades of Whiskey #CC926B

Tints of Whiskey #CC926B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.41%

R = 44.64%
G = 31.95%
B = 23.41%

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

#CC926B (or 0xCC926B) is known color: Whiskey. HEX triplet: CC, 92 and 6B. RGB value is (204,146,107). Sum of RGB (Red+Green+Blue) = 204+146+107=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC926B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC926B is #336D94. Grayscale: #9F9F9F. Windows color (decimal): -3370389 or 7049932. OLE color: 7049932.

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

Color convert

RGB 204 146 107 -
CMYK 0 0.28 0.48 0.2
HSL 24.12º 0.49% 0.61% -
HSV(B) 24.12º 0.48% 0.8% -
XYZ 37.83 34.46 18.57 -
YUV 158.9 98.72 160.17 -
System Red Green Blue C M Y K H S L
Decimal 204 146 107 0 0.28 0.48 0.2 24.12 0.49 0.61
Hex CC 92 6B 0 1C 30 14 18 31 3D
Octal 314 222 153 0 34 60 24 30 61 75
Binary 11001100 10010010 1101011 0 11100 110000 10100 11000 110001 111101

Color Harmonies of #CC926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC926B

Black with #CC926B

Text Example


Text Example

White with #CC926B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC926B; }

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

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

background-color css

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

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

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

border-color css

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

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

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