Html Css Color HEX #CC9250 Twine

📋 copy color: '#CC9250'

red 204 ◦ green 146 ◦ blue 80

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

Shades of Twine #CC9250

Tints of Twine #CC9250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.6%

R = 47.44%
G = 33.95%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC9250 (or 0xCC9250) is known color: Twine. HEX triplet: CC, 92 and 50. RGB value is (204,146,80). Sum of RGB (Red+Green+Blue) = 204+146+80=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9250 is #336DAF. Grayscale: #9C9C9C. Windows color (decimal): -3370416 or 5280460. OLE color: 5280460.

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

Color convert

RGB 204 146 80 -
CMYK 0 0.28 0.61 0.2
HSL 31.94º 0.55% 0.56% -
HSV(B) 31.94º 0.61% 0.8% -
XYZ 36.63 33.97 12.22 -
YUV 155.82 85.22 162.37 -
System Red Green Blue C M Y K H S L
Decimal 204 146 80 0 0.28 0.61 0.2 31.94 0.55 0.56
Hex CC 92 50 0 1C 3D 14 20 37 38
Octal 314 222 120 0 34 75 24 40 67 70
Binary 11001100 10010010 1010000 0 11100 111101 10100 100000 110111 111000

Color Harmonies of #CC9250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9250

Black with #CC9250

Text Example


Text Example

White with #CC9250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9250; }

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

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

background-color css

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

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

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

border-color css

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

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

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