Html Css Color HEX #CC9B5C Twine

📋 copy color: '#CC9B5C'

red 204 ◦ green 155 ◦ blue 92

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

Shades of Twine #CC9B5C

Tints of Twine #CC9B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.4%

R = 45.23%
G = 34.37%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC9B5C (or 0xCC9B5C) is known color: Twine. HEX triplet: CC, 9B and 5C. RGB value is (204,155,92). Sum of RGB (Red+Green+Blue) = 204+155+92=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9B5C is #3364A3. Grayscale: #A2A2A2. Windows color (decimal): -3368100 or 6069196. OLE color: 6069196.

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

Color convert

RGB 204 155 92 -
CMYK 0 0.24 0.55 0.2
HSL 33.75º 0.52% 0.58% -
HSV(B) 33.75º 0.55% 0.8% -
XYZ 38.55 37.05 15.25 -
YUV 162.47 88.23 157.62 -
System Red Green Blue C M Y K H S L
Decimal 204 155 92 0 0.24 0.55 0.2 33.75 0.52 0.58
Hex CC 9B 5C 0 18 37 14 22 34 3A
Octal 314 233 134 0 30 67 24 42 64 72
Binary 11001100 10011011 1011100 0 11000 110111 10100 100010 110100 111010

Color Harmonies of #CC9B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9B5C

Black with #CC9B5C

Text Example


Text Example

White with #CC9B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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