Html Css Color HEX #CC9052 Twine

📋 copy color: '#CC9052'

red 204 ◦ green 144 ◦ blue 82

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

Shades of Twine #CC9052

Tints of Twine #CC9052

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.49%

 BLUE value IS 82 (32.42% from 255) = 19.07%

R = 47.44%
G = 33.49%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CC9052 (or 0xCC9052) is known color: Twine. HEX triplet: CC, 90 and 52. RGB value is (204,144,82). Sum of RGB (Red+Green+Blue) = 204+144+82=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9052 is #336FAD. Grayscale: #9B9B9B. Windows color (decimal): -3370926 or 5411020. OLE color: 5411020.

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

Color convert

RGB 204 144 82 -
CMYK 0 0.29 0.60 0.2
HSL 30.49º 0.54% 0.56% -
HSV(B) 30.49º 0.6% 0.8% -
XYZ 36.4 33.39 12.51 -
YUV 154.87 86.88 163.04 -
System Red Green Blue C M Y K H S L
Decimal 204 144 82 0 0.29 0.60 0.2 30.49 0.54 0.56
Hex CC 90 52 0 1D 3C 14 1E 36 38
Octal 314 220 122 0 35 74 24 36 66 70
Binary 11001100 10010000 1010010 0 11101 111100 10100 11110 110110 111000

Color Harmonies of #CC9052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9052

Black with #CC9052

Text Example


Text Example

White with #CC9052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9052; }

 p { color: rgb(204,144,82); }

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

background-color css

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

 a { background-color: rgb(204,144,82); }

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

border-color css

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

 span { border-color: rgb(204,144,82); }

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