Html Css Color HEX #CC206A Ruby

📋 copy color: '#CC206A'

red 204 ◦ green 32 ◦ blue 106

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

Shades of Ruby #CC206A

Tints of Ruby #CC206A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.36%

 BLUE value IS 106 (41.8% from 255) = 30.99%

R = 59.65%
G = 9.36%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC206A (or 0xCC206A) is known color: Ruby. HEX triplet: CC, 20 and 6A. RGB value is (204,32,106). Sum of RGB (Red+Green+Blue) = 204+32+106=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC206A is #33DF95. Grayscale: #5B5B5B. Windows color (decimal): -3399574 or 6955212. OLE color: 6955212.

HSL color Cylindrical-coordinate representation of color #CC206A: hue angle of 334.19º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC206A is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 32 106 -
CMYK 0 0.84 0.48 0.2
HSL 334.19º 0.73% 0.46% -
HSV(B) 334.19º 0.84% 0.8% -
XYZ 28.02 14.91 15.04 -
YUV 91.86 135.98 207.98 -
System Red Green Blue C M Y K H S L
Decimal 204 32 106 0 0.84 0.48 0.2 334.19 0.73 0.46
Hex CC 20 6A 0 54 30 14 14E 49 2E
Octal 314 40 152 0 124 60 24 516 111 56
Binary 11001100 100000 1101010 0 1010100 110000 10100 101001110 1001001 101110

Color Harmonies of #CC206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC206A

Black with #CC206A

Text Example


Text Example

White with #CC206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC206A; }

 p { color: rgb(204,32,106); }

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

background-color css

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

 a { background-color: rgb(204,32,106); }

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

border-color css

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

 span { border-color: rgb(204,32,106); }

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