Html Css Color HEX #CC136A Ruby

📋 copy color: '#CC136A'

red 204 ◦ green 19 ◦ blue 106

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

Shades of Ruby #CC136A

Tints of Ruby #CC136A

RGB

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

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

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

R = 62.01%
G = 5.78%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC136A (or 0xCC136A) is known color: Ruby. HEX triplet: CC, 13 and 6A. RGB value is (204,19,106). Sum of RGB (Red+Green+Blue) = 204+19+106=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC136A is #33EC95. Grayscale: #545454. Windows color (decimal): -3402902 or 6951884. OLE color: 6951884.

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

Color convert

RGB 204 19 106 -
CMYK 0 0.91 0.48 0.2
HSL 331.78º 0.83% 0.44% -
HSV(B) 331.78º 0.91% 0.8% -
XYZ 27.74 14.34 14.94 -
YUV 84.23 140.29 213.43 -
System Red Green Blue C M Y K H S L
Decimal 204 19 106 0 0.91 0.48 0.2 331.78 0.83 0.44
Hex CC 13 6A 0 5B 30 14 14C 53 2C
Octal 314 23 152 0 133 60 24 514 123 54
Binary 11001100 10011 1101010 0 1011011 110000 10100 101001100 1010011 101100

Color Harmonies of #CC136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC136A

Black with #CC136A

Text Example


Text Example

White with #CC136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC136A; }

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

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

background-color css

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

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

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

border-color css

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

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

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