Html Css Color HEX #CC136C Ruby

📋 copy color: '#CC136C'

red 204 ◦ green 19 ◦ blue 108

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

Shades of Ruby #CC136C

Tints of Ruby #CC136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.74%

 BLUE value IS 108 (42.58% from 255) = 32.63%

R = 61.63%
G = 5.74%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC136C (or 0xCC136C) is known color: Ruby. HEX triplet: CC, 13 and 6C. RGB value is (204,19,108). Sum of RGB (Red+Green+Blue) = 204+19+108=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC136C is #33EC93. Grayscale: #545454. Windows color (decimal): -3402900 or 7082956. OLE color: 7082956.

HSL color Cylindrical-coordinate representation of color #CC136C: hue angle of 331.14º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC136C is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 19 108 -
CMYK 0 0.91 0.47 0.2
HSL 331.14º 0.83% 0.44% -
HSV(B) 331.14º 0.91% 0.8% -
XYZ 27.84 14.39 15.5 -
YUV 84.46 141.29 213.26 -
System Red Green Blue C M Y K H S L
Decimal 204 19 108 0 0.91 0.47 0.2 331.14 0.83 0.44
Hex CC 13 6C 0 5B 2F 14 14B 53 2C
Octal 314 23 154 0 133 57 24 513 123 54
Binary 11001100 10011 1101100 0 1011011 101111 10100 101001011 1010011 101100

Color Harmonies of #CC136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC136C

Black with #CC136C

Text Example


Text Example

White with #CC136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC136C; }

 p { color: rgb(204,19,108); }

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

background-color css

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

 a { background-color: rgb(204,19,108); }

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

border-color css

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

 span { border-color: rgb(204,19,108); }

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