Html Css Color HEX #C3424B Old Rose

📋 copy color: '#C3424B'

red 195 ◦ green 66 ◦ blue 75

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

Shades of Old Rose #C3424B

Tints of Old Rose #C3424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.64%

 BLUE value IS 75 (29.69% from 255) = 22.32%

R = 58.04%
G = 19.64%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3424B (or 0xC3424B) is known color: Old Rose. HEX triplet: C3, 42 and 4B. RGB value is (195,66,75). Sum of RGB (Red+Green+Blue) = 195+66+75=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C3424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3424B is #3CBDB4. Grayscale: #696969. Windows color (decimal): -3980725 or 4932291. OLE color: 4932291.

HSL color Cylindrical-coordinate representation of color #C3424B: hue angle of 355.81º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C3424B is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 66 75 -
CMYK 0 0.66 0.62 0.24
HSL 355.81º 0.52% 0.51% -
HSV(B) 355.81º 0.66% 0.76% -
XYZ 25.72 16.01 8.39 -
YUV 105.6 110.74 191.77 -
System Red Green Blue C M Y K H S L
Decimal 195 66 75 0 0.66 0.62 0.24 355.81 0.52 0.51
Hex C3 42 4B 0 42 3E 18 164 34 33
Octal 303 102 113 0 102 76 30 544 64 63
Binary 11000011 1000010 1001011 0 1000010 111110 11000 101100100 110100 110011

Color Harmonies of #C3424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3424B

Black with #C3424B

Text Example


Text Example

White with #C3424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3424B; }

 p { color: rgb(195,66,75); }

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

background-color css

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

 a { background-color: rgb(195,66,75); }

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

border-color css

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

 span { border-color: rgb(195,66,75); }

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