Html Css Color HEX #CC9253 Twine

📋 copy color: '#CC9253'

red 204 ◦ green 146 ◦ blue 83

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

Shades of Twine #CC9253

Tints of Twine #CC9253

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.72%

 BLUE value IS 83 (32.81% from 255) = 19.17%

R = 47.11%
G = 33.72%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC9253 (or 0xCC9253) is known color: Twine. HEX triplet: CC, 92 and 53. RGB value is (204,146,83). Sum of RGB (Red+Green+Blue) = 204+146+83=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9253 is #336DAC. Grayscale: #9C9C9C. Windows color (decimal): -3370413 or 5477068. OLE color: 5477068.

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

Color convert

RGB 204 146 83 -
CMYK 0 0.28 0.59 0.2
HSL 31.24º 0.54% 0.56% -
HSV(B) 31.24º 0.59% 0.8% -
XYZ 36.74 34.02 12.81 -
YUV 156.16 86.72 162.12 -
System Red Green Blue C M Y K H S L
Decimal 204 146 83 0 0.28 0.59 0.2 31.24 0.54 0.56
Hex CC 92 53 0 1C 3B 14 1F 36 38
Octal 314 222 123 0 34 73 24 37 66 70
Binary 11001100 10010010 1010011 0 11100 111011 10100 11111 110110 111000

Color Harmonies of #CC9253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9253

Black with #CC9253

Text Example


Text Example

White with #CC9253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9253; }

 p { color: rgb(204,146,83); }

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

background-color css

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

 a { background-color: rgb(204,146,83); }

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

border-color css

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

 span { border-color: rgb(204,146,83); }

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