Html Css Color HEX #CC975B Whiskey Sour

📋 copy color: '#CC975B'

red 204 ◦ green 151 ◦ blue 91

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

Shades of Whiskey Sour #CC975B

Tints of Whiskey Sour #CC975B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.86%

 BLUE value IS 91 (35.94% from 255) = 20.4%

R = 45.74%
G = 33.86%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC975B (or 0xCC975B) is known color: Whiskey Sour. HEX triplet: CC, 97 and 5B. RGB value is (204,151,91). Sum of RGB (Red+Green+Blue) = 204+151+91=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC975B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC975B is #3368A4. Grayscale: #A0A0A0. Windows color (decimal): -3369125 or 6002636. OLE color: 6002636.

HSL color Cylindrical-coordinate representation of color #CC975B: hue angle of 31.86º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC975B is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 151 91 -
CMYK 0 0.26 0.55 0.2
HSL 31.86º 0.53% 0.58% -
HSV(B) 31.86º 0.55% 0.8% -
XYZ 37.86 35.73 14.8 -
YUV 160.01 89.06 159.38 -
System Red Green Blue C M Y K H S L
Decimal 204 151 91 0 0.26 0.55 0.2 31.86 0.53 0.58
Hex CC 97 5B 0 1A 37 14 20 35 3A
Octal 314 227 133 0 32 67 24 40 65 72
Binary 11001100 10010111 1011011 0 11010 110111 10100 100000 110101 111010

Color Harmonies of #CC975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC975B

Black with #CC975B

Text Example


Text Example

White with #CC975B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC975B; }

 p { color: rgb(204,151,91); }

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

background-color css

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

 a { background-color: rgb(204,151,91); }

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

border-color css

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

 span { border-color: rgb(204,151,91); }

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