Html Css Color HEX #C32462 Old Rose

📋 copy color: '#C32462'

red 195 ◦ green 36 ◦ blue 98

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

Shades of Old Rose #C32462

Tints of Old Rose #C32462

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.94%

 BLUE value IS 98 (38.67% from 255) = 29.79%

R = 59.27%
G = 10.94%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C32462 (or 0xC32462) is known color: Old Rose. HEX triplet: C3, 24 and 62. RGB value is (195,36,98). Sum of RGB (Red+Green+Blue) = 195+36+98=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C32462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32462 is #3CDB9D. Grayscale: #5A5A5A. Windows color (decimal): -3988382 or 6431939. OLE color: 6431939.

HSL color Cylindrical-coordinate representation of color #C32462: hue angle of 336.6º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C32462 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 36 98 -
CMYK 0 0.82 0.50 0.24
HSL 336.6º 0.69% 0.45% -
HSV(B) 336.6º 0.82% 0.76% -
XYZ 25.34 13.75 12.87 -
YUV 90.61 132.18 202.46 -
System Red Green Blue C M Y K H S L
Decimal 195 36 98 0 0.82 0.50 0.24 336.6 0.69 0.45
Hex C3 24 62 0 52 32 18 151 45 2D
Octal 303 44 142 0 122 62 30 521 105 55
Binary 11000011 100100 1100010 0 1010010 110010 11000 101010001 1000101 101101

Color Harmonies of #C32462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32462

Black with #C32462

Text Example


Text Example

White with #C32462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32462; }

 p { color: rgb(195,36,98); }

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

background-color css

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

 a { background-color: rgb(195,36,98); }

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

border-color css

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

 span { border-color: rgb(195,36,98); }

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