Html Css Color HEX #CC0365 Ruby

📋 copy color: '#CC0365'

red 204 ◦ green 3 ◦ blue 101

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

Shades of Ruby #CC0365

Tints of Ruby #CC0365

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

 BLUE value IS 101 (39.84% from 255) = 32.79%

R = 66.23%
G = 0.97%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC0365 (or 0xCC0365) is known color: Ruby. HEX triplet: CC, 03 and 65. RGB value is (204,3,101). Sum of RGB (Red+Green+Blue) = 204+3+101=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0365 is #33FC9A. Grayscale: #4A4A4A. Windows color (decimal): -3407003 or 6620108. OLE color: 6620108.

HSL color Cylindrical-coordinate representation of color #CC0365: hue angle of 330.75º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0365 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 3 101 -
CMYK 0 0.99 0.50 0.2
HSL 330.75º 0.97% 0.41% -
HSV(B) 330.75º 0.99% 0.8% -
XYZ 27.28 13.84 13.55 -
YUV 74.27 143.09 220.53 -
System Red Green Blue C M Y K H S L
Decimal 204 3 101 0 0.99 0.50 0.2 330.75 0.97 0.41
Hex CC 3 65 0 63 32 14 14B 61 29
Octal 314 3 145 0 143 62 24 513 141 51
Binary 11001100 11 1100101 0 1100011 110010 10100 101001011 1100001 101001

Color Harmonies of #CC0365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0365

Black with #CC0365

Text Example


Text Example

White with #CC0365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0365; }

 p { color: rgb(204,3,101); }

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

background-color css

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

 a { background-color: rgb(204,3,101); }

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

border-color css

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

 span { border-color: rgb(204,3,101); }

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