Html Css Color HEX #CC9069 Whiskey

📋 copy color: '#CC9069'

red 204 ◦ green 144 ◦ blue 105

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

Shades of Whiskey #CC9069

Tints of Whiskey #CC9069

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.79%

 BLUE value IS 105 (41.41% from 255) = 23.18%

R = 45.03%
G = 31.79%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC9069 (or 0xCC9069) is known color: Whiskey. HEX triplet: CC, 90 and 69. RGB value is (204,144,105). Sum of RGB (Red+Green+Blue) = 204+144+105=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9069 is #336F96. Grayscale: #9D9D9D. Windows color (decimal): -3370903 or 6918348. OLE color: 6918348.

HSL color Cylindrical-coordinate representation of color #CC9069: hue angle of 23.64º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC9069 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 144 105 -
CMYK 0 0.29 0.49 0.2
HSL 23.64º 0.49% 0.61% -
HSV(B) 23.64º 0.49% 0.8% -
XYZ 37.42 33.8 17.92 -
YUV 157.49 98.38 161.17 -
System Red Green Blue C M Y K H S L
Decimal 204 144 105 0 0.29 0.49 0.2 23.64 0.49 0.61
Hex CC 90 69 0 1D 31 14 18 31 3D
Octal 314 220 151 0 35 61 24 30 61 75
Binary 11001100 10010000 1101001 0 11101 110001 10100 11000 110001 111101

Color Harmonies of #CC9069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9069

Black with #CC9069

Text Example


Text Example

White with #CC9069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9069; }

 p { color: rgb(204,144,105); }

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

background-color css

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

 a { background-color: rgb(204,144,105); }

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

border-color css

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

 span { border-color: rgb(204,144,105); }

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