Html Css Color HEX #CC165F Ruby

📋 copy color: '#CC165F'

red 204 ◦ green 22 ◦ blue 95

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

Shades of Ruby #CC165F

Tints of Ruby #CC165F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.85%

 BLUE value IS 95 (37.5% from 255) = 29.6%

R = 63.55%
G = 6.85%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC165F (or 0xCC165F) is known color: Ruby. HEX triplet: CC, 16 and 5F. RGB value is (204,22,95). Sum of RGB (Red+Green+Blue) = 204+22+95=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC165F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC165F is #33E9A0. Grayscale: #545454. Windows color (decimal): -3402145 or 6231756. OLE color: 6231756.

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

Color convert

RGB 204 22 95 -
CMYK 0 0.89 0.53 0.2
HSL 335.93º 0.81% 0.44% -
HSV(B) 335.93º 0.89% 0.8% -
XYZ 27.25 14.24 12.14 -
YUV 84.74 133.8 213.06 -
System Red Green Blue C M Y K H S L
Decimal 204 22 95 0 0.89 0.53 0.2 335.93 0.81 0.44
Hex CC 16 5F 0 59 35 14 150 51 2C
Octal 314 26 137 0 131 65 24 520 121 54
Binary 11001100 10110 1011111 0 1011001 110101 10100 101010000 1010001 101100

Color Harmonies of #CC165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC165F

Black with #CC165F

Text Example


Text Example

White with #CC165F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC165F; }

 p { color: rgb(204,22,95); }

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

background-color css

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

 a { background-color: rgb(204,22,95); }

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

border-color css

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

 span { border-color: rgb(204,22,95); }

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