Html Css Color HEX #CC075A Ruby

📋 copy color: '#CC075A'

red 204 ◦ green 7 ◦ blue 90

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

Shades of Ruby #CC075A

Tints of Ruby #CC075A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.33%

 BLUE value IS 90 (35.55% from 255) = 29.9%

R = 67.77%
G = 2.33%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC075A (or 0xCC075A) is known color: Ruby. HEX triplet: CC, 07 and 5A. RGB value is (204,7,90). Sum of RGB (Red+Green+Blue) = 204+7+90=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC075A is #33F8A5. Grayscale: #4B4B4B. Windows color (decimal): -3405990 or 5900236. OLE color: 5900236.

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

Color convert

RGB 204 7 90 -
CMYK 0 0.97 0.56 0.2
HSL 334.72º 0.93% 0.41% -
HSV(B) 334.72º 0.97% 0.8% -
XYZ 26.82 13.73 10.91 -
YUV 75.37 136.27 219.75 -
System Red Green Blue C M Y K H S L
Decimal 204 7 90 0 0.97 0.56 0.2 334.72 0.93 0.41
Hex CC 7 5A 0 61 38 14 14F 5D 29
Octal 314 7 132 0 141 70 24 517 135 51
Binary 11001100 111 1011010 0 1100001 111000 10100 101001111 1011101 101001

Color Harmonies of #CC075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC075A

Black with #CC075A

Text Example


Text Example

White with #CC075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC075A; }

 p { color: rgb(204,7,90); }

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

background-color css

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

 a { background-color: rgb(204,7,90); }

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

border-color css

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

 span { border-color: rgb(204,7,90); }

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