Html Css Color HEX #C33062 Old Rose

📋 copy color: '#C33062'

red 195 ◦ green 48 ◦ blue 98

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

Shades of Old Rose #C33062

Tints of Old Rose #C33062

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.08%

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

R = 57.18%
G = 14.08%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C33062 (or 0xC33062) is known color: Old Rose. HEX triplet: C3, 30 and 62. RGB value is (195,48,98). Sum of RGB (Red+Green+Blue) = 195+48+98=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C33062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33062 is #3CCF9D. Grayscale: #616161. Windows color (decimal): -3985310 or 6435011. OLE color: 6435011.

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

Color convert

RGB 195 48 98 -
CMYK 0 0.75 0.50 0.24
HSL 339.59º 0.6% 0.48% -
HSV(B) 339.59º 0.75% 0.76% -
XYZ 25.77 14.6 13.01 -
YUV 97.65 128.2 197.43 -
System Red Green Blue C M Y K H S L
Decimal 195 48 98 0 0.75 0.50 0.24 339.59 0.6 0.48
Hex C3 30 62 0 4B 32 18 154 3C 30
Octal 303 60 142 0 113 62 30 524 74 60
Binary 11000011 110000 1100010 0 1001011 110010 11000 101010100 111100 110000

Color Harmonies of #C33062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33062

Black with #C33062

Text Example


Text Example

White with #C33062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33062; }

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

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

background-color css

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

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

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

border-color css

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

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

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