Html Css Color HEX #CC9658 Twine

📋 copy color: '#CC9658'

red 204 ◦ green 150 ◦ blue 88

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

Shades of Twine #CC9658

Tints of Twine #CC9658

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.94%

 BLUE value IS 88 (34.77% from 255) = 19.91%

R = 46.15%
G = 33.94%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC9658 (or 0xCC9658) is known color: Twine. HEX triplet: CC, 96 and 58. RGB value is (204,150,88). Sum of RGB (Red+Green+Blue) = 204+150+88=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9658 is #3369A7. Grayscale: #9F9F9F. Windows color (decimal): -3369384 or 5805772. OLE color: 5805772.

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

Color convert

RGB 204 150 88 -
CMYK 0 0.26 0.57 0.2
HSL 32.07º 0.53% 0.57% -
HSV(B) 32.07º 0.57% 0.8% -
XYZ 37.57 35.35 14.08 -
YUV 159.08 87.89 160.04 -
System Red Green Blue C M Y K H S L
Decimal 204 150 88 0 0.26 0.57 0.2 32.07 0.53 0.57
Hex CC 96 58 0 1A 39 14 20 35 39
Octal 314 226 130 0 32 71 24 40 65 71
Binary 11001100 10010110 1011000 0 11010 111001 10100 100000 110101 111001

Color Harmonies of #CC9658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9658

Black with #CC9658

Text Example


Text Example

White with #CC9658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9658; }

 p { color: rgb(204,150,88); }

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

background-color css

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

 a { background-color: rgb(204,150,88); }

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

border-color css

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

 span { border-color: rgb(204,150,88); }

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