Html Css Color HEX #C32653 Old Rose

📋 copy color: '#C32653'

red 195 ◦ green 38 ◦ blue 83

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

Shades of Old Rose #C32653

Tints of Old Rose #C32653

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.03%

 BLUE value IS 83 (32.81% from 255) = 26.27%

R = 61.71%
G = 12.03%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C32653 (or 0xC32653) is known color: Old Rose. HEX triplet: C3, 26 and 53. RGB value is (195,38,83). Sum of RGB (Red+Green+Blue) = 195+38+83=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C32653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32653 is #3CD9AC. Grayscale: #5A5A5A. Windows color (decimal): -3987885 or 5449411. OLE color: 5449411.

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

Color convert

RGB 195 38 83 -
CMYK 0 0.81 0.57 0.24
HSL 342.8º 0.67% 0.46% -
HSV(B) 342.8º 0.81% 0.76% -
XYZ 24.76 13.61 9.51 -
YUV 90.07 124.01 202.84 -
System Red Green Blue C M Y K H S L
Decimal 195 38 83 0 0.81 0.57 0.24 342.8 0.67 0.46
Hex C3 26 53 0 51 39 18 157 43 2E
Octal 303 46 123 0 121 71 30 527 103 56
Binary 11000011 100110 1010011 0 1010001 111001 11000 101010111 1000011 101110

Color Harmonies of #C32653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32653

Black with #C32653

Text Example


Text Example

White with #C32653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32653; }

 p { color: rgb(195,38,83); }

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

background-color css

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

 a { background-color: rgb(195,38,83); }

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

border-color css

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

 span { border-color: rgb(195,38,83); }

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