Html Css Color HEX #CC965F Whiskey Sour

📋 copy color: '#CC965F'

red 204 ◦ green 150 ◦ blue 95

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

Shades of Whiskey Sour #CC965F

Tints of Whiskey Sour #CC965F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.41%

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

R = 45.43%
G = 33.41%
B = 21.16%

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

#CC965F (or 0xCC965F) is known color: Whiskey Sour. HEX triplet: CC, 96 and 5F. RGB value is (204,150,95). Sum of RGB (Red+Green+Blue) = 204+150+95=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC965F is #3369A0. Grayscale: #A0A0A0. Windows color (decimal): -3369377 or 6264524. OLE color: 6264524.

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

Color convert

RGB 204 150 95 -
CMYK 0 0.26 0.53 0.2
HSL 30.28º 0.52% 0.59% -
HSV(B) 30.28º 0.53% 0.8% -
XYZ 37.87 35.48 15.68 -
YUV 159.88 91.39 159.47 -
System Red Green Blue C M Y K H S L
Decimal 204 150 95 0 0.26 0.53 0.2 30.28 0.52 0.59
Hex CC 96 5F 0 1A 35 14 1E 34 3B
Octal 314 226 137 0 32 65 24 36 64 73
Binary 11001100 10010110 1011111 0 11010 110101 10100 11110 110100 111011

Color Harmonies of #CC965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC965F

Black with #CC965F

Text Example


Text Example

White with #CC965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC965F; }

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

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

background-color css

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

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

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

border-color css

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

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

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