Html Css Color HEX #C60269 Ruby

📋 copy color: '#C60269'

red 198 ◦ green 2 ◦ blue 105

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

Shades of Ruby #C60269

Tints of Ruby #C60269

RGB

 RED value IS 198 (77.73% from 255) = 64.92%

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 105 (41.41% from 255) = 34.43%

R = 64.92%
G = 0.66%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C60269 (or 0xC60269) is known color: Ruby. HEX triplet: C6, 02 and 69. RGB value is (198,2,105). Sum of RGB (Red+Green+Blue) = 198+2+105=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C60269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60269 is #39FD96. Grayscale: #484848. Windows color (decimal): -3800471 or 6881990. OLE color: 6881990.

HSL color Cylindrical-coordinate representation of color #C60269: hue angle of 328.47º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60269 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 2 105 -
CMYK 0 0.99 0.47 0.22
HSL 328.47º 0.98% 0.39% -
HSV(B) 328.47º 0.99% 0.78% -
XYZ 25.86 13.07 14.52 -
YUV 72.35 146.43 217.62 -
System Red Green Blue C M Y K H S L
Decimal 198 2 105 0 0.99 0.47 0.22 328.47 0.98 0.39
Hex C6 2 69 0 63 2F 16 148 62 27
Octal 306 2 151 0 143 57 26 510 142 47
Binary 11000110 10 1101001 0 1100011 101111 10110 101001000 1100010 100111

Color Harmonies of #C60269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60269

Black with #C60269

Text Example


Text Example

White with #C60269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60269; }

 p { color: rgb(198,2,105); }

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

background-color css

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

 a { background-color: rgb(198,2,105); }

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

border-color css

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

 span { border-color: rgb(198,2,105); }

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