Html Css Color HEX #CC975F Whiskey Sour

📋 copy color: '#CC975F'

red 204 ◦ green 151 ◦ blue 95

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

Shades of Whiskey Sour #CC975F

Tints of Whiskey Sour #CC975F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.11%

R = 45.33%
G = 33.56%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC975F (or 0xCC975F) is known color: Whiskey Sour. HEX triplet: CC, 97 and 5F. RGB value is (204,151,95). Sum of RGB (Red+Green+Blue) = 204+151+95=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC975F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC975F is #3368A0. Grayscale: #A0A0A0. Windows color (decimal): -3369121 or 6264780. OLE color: 6264780.

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

Color convert

RGB 204 151 95 -
CMYK 0 0.26 0.53 0.2
HSL 30.83º 0.52% 0.59% -
HSV(B) 30.83º 0.53% 0.8% -
XYZ 38.03 35.8 15.73 -
YUV 160.46 91.06 159.05 -
System Red Green Blue C M Y K H S L
Decimal 204 151 95 0 0.26 0.53 0.2 30.83 0.52 0.59
Hex CC 97 5F 0 1A 35 14 1F 34 3B
Octal 314 227 137 0 32 65 24 37 64 73
Binary 11001100 10010111 1011111 0 11010 110101 10100 11111 110100 111011

Color Harmonies of #CC975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC975F

Black with #CC975F

Text Example


Text Example

White with #CC975F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC975F; }

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

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

background-color css

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

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

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

border-color css

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

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

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