Html Css Color HEX #CC9B5A Twine

📋 copy color: '#CC9B5A'

red 204 ◦ green 155 ◦ blue 90

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

Shades of Twine #CC9B5A

Tints of Twine #CC9B5A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.52%

 BLUE value IS 90 (35.55% from 255) = 20.04%

R = 45.43%
G = 34.52%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC9B5A (or 0xCC9B5A) is known color: Twine. HEX triplet: CC, 9B and 5A. RGB value is (204,155,90). Sum of RGB (Red+Green+Blue) = 204+155+90=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9B5A is #3364A5. Grayscale: #A2A2A2. Windows color (decimal): -3368102 or 5938124. OLE color: 5938124.

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

Color convert

RGB 204 155 90 -
CMYK 0 0.24 0.56 0.2
HSL 34.21º 0.53% 0.58% -
HSV(B) 34.21º 0.56% 0.8% -
XYZ 38.47 37.02 14.79 -
YUV 162.24 87.23 157.79 -
System Red Green Blue C M Y K H S L
Decimal 204 155 90 0 0.24 0.56 0.2 34.21 0.53 0.58
Hex CC 9B 5A 0 18 38 14 22 35 3A
Octal 314 233 132 0 30 70 24 42 65 72
Binary 11001100 10011011 1011010 0 11000 111000 10100 100010 110101 111010

Color Harmonies of #CC9B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9B5A

Black with #CC9B5A

Text Example


Text Example

White with #CC9B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9B5A; }

 p { color: rgb(204,155,90); }

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

background-color css

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

 a { background-color: rgb(204,155,90); }

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

border-color css

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

 span { border-color: rgb(204,155,90); }

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