Html Css Color HEX #C33C4C Old Rose

📋 copy color: '#C33C4C'

red 195 ◦ green 60 ◦ blue 76

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

Shades of Old Rose #C33C4C

Tints of Old Rose #C33C4C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.13%

 BLUE value IS 76 (30.08% from 255) = 22.96%

R = 58.91%
G = 18.13%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C33C4C (or 0xC33C4C) is known color: Old Rose. HEX triplet: C3, 3C and 4C. RGB value is (195,60,76). Sum of RGB (Red+Green+Blue) = 195+60+76=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33C4C is #3CC3B3. Grayscale: #666666. Windows color (decimal): -3982260 or 4996291. OLE color: 4996291.

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

Color convert

RGB 195 60 76 -
CMYK 0 0.69 0.61 0.24
HSL 352.89º 0.53% 0.5% -
HSV(B) 352.89º 0.69% 0.76% -
XYZ 25.43 15.36 8.46 -
YUV 102.19 113.23 194.2 -
System Red Green Blue C M Y K H S L
Decimal 195 60 76 0 0.69 0.61 0.24 352.89 0.53 0.5
Hex C3 3C 4C 0 45 3D 18 161 35 32
Octal 303 74 114 0 105 75 30 541 65 62
Binary 11000011 111100 1001100 0 1000101 111101 11000 101100001 110101 110010

Color Harmonies of #C33C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33C4C

Black with #C33C4C

Text Example


Text Example

White with #C33C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33C4C; }

 p { color: rgb(195,60,76); }

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

background-color css

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

 a { background-color: rgb(195,60,76); }

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

border-color css

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

 span { border-color: rgb(195,60,76); }

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