Html Css Color HEX #CB095A Ruby

📋 copy color: '#CB095A'

red 203 ◦ green 9 ◦ blue 90

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

Shades of Ruby #CB095A

Tints of Ruby #CB095A

RGB

 RED value IS 203 (79.69% from 255) = 67.22%

 GREEN value IS 9 (3.91% from 255) = 2.98%

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

R = 67.22%
G = 2.98%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB095A (or 0xCB095A) is known color: Ruby. HEX triplet: CB, 09 and 5A. RGB value is (203,9,90). Sum of RGB (Red+Green+Blue) = 203+9+90=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB095A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB095A is #34F6A5. Grayscale: #4C4C4C. Windows color (decimal): -3471014 or 5900747. OLE color: 5900747.

HSL color Cylindrical-coordinate representation of color #CB095A: hue angle of 334.95º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB095A is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 9 90 -
CMYK 0 0.96 0.56 0.20
HSL 334.95º 0.92% 0.42% -
HSV(B) 334.95º 0.96% 0.8% -
XYZ 26.57 13.63 10.9 -
YUV 76.24 135.77 218.41 -
System Red Green Blue C M Y K H S L
Decimal 203 9 90 0 0.96 0.56 0.20 334.95 0.92 0.42
Hex CB 9 5A 0 60 38 14 14F 5C 2A
Octal 313 11 132 0 140 70 24 517 134 52
Binary 11001011 1001 1011010 0 1100000 111000 10100 101001111 1011100 101010

Color Harmonies of #CB095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB095A

Black with #CB095A

Text Example


Text Example

White with #CB095A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB095A; }

 p { color: rgb(203,9,90); }

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

background-color css

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

 a { background-color: rgb(203,9,90); }

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

border-color css

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

 span { border-color: rgb(203,9,90); }

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