Html Css Color HEX #CB075C Ruby

📋 copy color: '#CB075C'

red 203 ◦ green 7 ◦ blue 92

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

Shades of Ruby #CB075C

Tints of Ruby #CB075C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.46%

R = 67.22%
G = 2.32%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB075C (or 0xCB075C) is known color: Ruby. HEX triplet: CB, 07 and 5C. RGB value is (203,7,92). Sum of RGB (Red+Green+Blue) = 203+7+92=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB075C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB075C is #34F8A3. Grayscale: #4B4B4B. Windows color (decimal): -3471524 or 6031307. OLE color: 6031307.

HSL color Cylindrical-coordinate representation of color #CB075C: hue angle of 333.98º 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 #CB075C is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 7 92 -
CMYK 0 0.97 0.55 0.20
HSL 333.98º 0.93% 0.41% -
HSV(B) 333.98º 0.97% 0.8% -
XYZ 26.64 13.62 11.35 -
YUV 75.29 137.43 219.09 -
System Red Green Blue C M Y K H S L
Decimal 203 7 92 0 0.97 0.55 0.20 333.98 0.93 0.41
Hex CB 7 5C 0 61 37 14 14E 5D 29
Octal 313 7 134 0 141 67 24 516 135 51
Binary 11001011 111 1011100 0 1100001 110111 10100 101001110 1011101 101001

Color Harmonies of #CB075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB075C

Black with #CB075C

Text Example


Text Example

White with #CB075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB075C; }

 p { color: rgb(203,7,92); }

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

background-color css

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

 a { background-color: rgb(203,7,92); }

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

border-color css

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

 span { border-color: rgb(203,7,92); }

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