Html Css Color HEX #CC9458 Twine

📋 copy color: '#CC9458'

red 204 ◦ green 148 ◦ blue 88

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

Shades of Twine #CC9458

Tints of Twine #CC9458

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.64%

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

R = 46.36%
G = 33.64%
B = 20%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC9458 (or 0xCC9458) is known color: Twine. HEX triplet: CC, 94 and 58. RGB value is (204,148,88). Sum of RGB (Red+Green+Blue) = 204+148+88=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9458 is #336BA7. Grayscale: #9E9E9E. Windows color (decimal): -3369896 or 5805260. OLE color: 5805260.

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

Color convert

RGB 204 148 88 -
CMYK 0 0.27 0.57 0.2
HSL 31.03º 0.53% 0.57% -
HSV(B) 31.03º 0.57% 0.8% -
XYZ 37.25 34.72 13.97 -
YUV 157.9 88.55 160.88 -
System Red Green Blue C M Y K H S L
Decimal 204 148 88 0 0.27 0.57 0.2 31.03 0.53 0.57
Hex CC 94 58 0 1B 39 14 1F 35 39
Octal 314 224 130 0 33 71 24 37 65 71
Binary 11001100 10010100 1011000 0 11011 111001 10100 11111 110101 111001

Color Harmonies of #CC9458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9458

Black with #CC9458

Text Example


Text Example

White with #CC9458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9458; }

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

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

background-color css

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

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

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

border-color css

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

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

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