Html Css Color HEX #C3265C Old Rose

📋 copy color: '#C3265C'

red 195 ◦ green 38 ◦ blue 92

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

Shades of Old Rose #C3265C

Tints of Old Rose #C3265C

RGB

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

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

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

R = 60%
G = 11.69%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3265C (or 0xC3265C) is known color: Old Rose. HEX triplet: C3, 26 and 5C. RGB value is (195,38,92). Sum of RGB (Red+Green+Blue) = 195+38+92=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C3265C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3265C is #3CD9A3. Grayscale: #5B5B5B. Windows color (decimal): -3987876 or 6039235. OLE color: 6039235.

HSL color Cylindrical-coordinate representation of color #C3265C: hue angle of 339.36º 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 #C3265C is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 38 92 -
CMYK 0 0.81 0.53 0.24
HSL 339.36º 0.67% 0.46% -
HSV(B) 339.36º 0.81% 0.76% -
XYZ 25.13 13.76 11.46 -
YUV 91.1 128.51 202.11 -
System Red Green Blue C M Y K H S L
Decimal 195 38 92 0 0.81 0.53 0.24 339.36 0.67 0.46
Hex C3 26 5C 0 51 35 18 153 43 2E
Octal 303 46 134 0 121 65 30 523 103 56
Binary 11000011 100110 1011100 0 1010001 110101 11000 101010011 1000011 101110

Color Harmonies of #C3265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3265C

Black with #C3265C

Text Example


Text Example

White with #C3265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3265C; }

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

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

background-color css

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

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

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

border-color css

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

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

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