Html Css Color HEX #C3405A Old Rose

📋 copy color: '#C3405A'

red 195 ◦ green 64 ◦ blue 90

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

Shades of Old Rose #C3405A

Tints of Old Rose #C3405A

RGB

 RED value IS 195 (76.56% from 255) = 55.87%

 GREEN value IS 64 (25.39% from 255) = 18.34%

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

R = 55.87%
G = 18.34%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C3405A (or 0xC3405A) is known color: Old Rose. HEX triplet: C3, 40 and 5A. RGB value is (195,64,90). Sum of RGB (Red+Green+Blue) = 195+64+90=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C3405A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3405A is #3CBFA5. Grayscale: #6A6A6A. Windows color (decimal): -3981222 or 5914819. OLE color: 5914819.

HSL color Cylindrical-coordinate representation of color #C3405A: hue angle of 348.09º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3405A is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 64 90 -
CMYK 0 0.67 0.54 0.24
HSL 348.09º 0.52% 0.51% -
HSV(B) 348.09º 0.67% 0.76% -
XYZ 26.18 16.01 11.38 -
YUV 106.13 118.9 191.39 -
System Red Green Blue C M Y K H S L
Decimal 195 64 90 0 0.67 0.54 0.24 348.09 0.52 0.51
Hex C3 40 5A 0 43 36 18 15C 34 33
Octal 303 100 132 0 103 66 30 534 64 63
Binary 11000011 1000000 1011010 0 1000011 110110 11000 101011100 110100 110011

Color Harmonies of #C3405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3405A

Black with #C3405A

Text Example


Text Example

White with #C3405A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3405A; }

 p { color: rgb(195,64,90); }

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

background-color css

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

 a { background-color: rgb(195,64,90); }

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

border-color css

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

 span { border-color: rgb(195,64,90); }

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