Html Css Color HEX #CC995B Twine

📋 copy color: '#CC995B'

red 204 ◦ green 153 ◦ blue 91

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

Shades of Twine #CC995B

Tints of Twine #CC995B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.15%

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

R = 45.54%
G = 34.15%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC995B (or 0xCC995B) is known color: Twine. HEX triplet: CC, 99 and 5B. RGB value is (204,153,91). Sum of RGB (Red+Green+Blue) = 204+153+91=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC995B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC995B is #3366A4. Grayscale: #A1A1A1. Windows color (decimal): -3368613 or 6003148. OLE color: 6003148.

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

Color convert

RGB 204 153 91 -
CMYK 0 0.25 0.55 0.2
HSL 32.92º 0.53% 0.58% -
HSV(B) 32.92º 0.55% 0.8% -
XYZ 38.18 36.38 14.91 -
YUV 161.18 88.4 158.54 -
System Red Green Blue C M Y K H S L
Decimal 204 153 91 0 0.25 0.55 0.2 32.92 0.53 0.58
Hex CC 99 5B 0 19 37 14 21 35 3A
Octal 314 231 133 0 31 67 24 41 65 72
Binary 11001100 10011001 1011011 0 11001 110111 10100 100001 110101 111010

Color Harmonies of #CC995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC995B

Black with #CC995B

Text Example


Text Example

White with #CC995B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC995B; }

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

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

background-color css

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

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

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

border-color css

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

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

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