Html Css Color HEX #C8345A Old Rose

📋 copy color: '#C8345A'

red 200 ◦ green 52 ◦ blue 90

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

Shades of Old Rose #C8345A

Tints of Old Rose #C8345A

RGB

 RED value IS 200 (78.52% from 255) = 58.48%

 GREEN value IS 52 (20.7% from 255) = 15.2%

 BLUE value IS 90 (35.55% from 255) = 26.32%

R = 58.48%
G = 15.2%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C8345A (or 0xC8345A) is known color: Old Rose. HEX triplet: C8, 34 and 5A. RGB value is (200,52,90). Sum of RGB (Red+Green+Blue) = 200+52+90=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C8345A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8345A is #37CBA5. Grayscale: #646464. Windows color (decimal): -3656614 or 5911752. OLE color: 5911752.

HSL color Cylindrical-coordinate representation of color #C8345A: hue angle of 344.59º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8345A is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 52 90 -
CMYK 0 0.74 0.55 0.22
HSL 344.59º 0.59% 0.49% -
HSV(B) 344.59º 0.74% 0.78% -
XYZ 26.89 15.47 11.24 -
YUV 100.58 122.03 198.91 -
System Red Green Blue C M Y K H S L
Decimal 200 52 90 0 0.74 0.55 0.22 344.59 0.59 0.49
Hex C8 34 5A 0 4A 37 16 159 3B 31
Octal 310 64 132 0 112 67 26 531 73 61
Binary 11001000 110100 1011010 0 1001010 110111 10110 101011001 111011 110001

Color Harmonies of #C8345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8345A

Black with #C8345A

Text Example


Text Example

White with #C8345A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8345A; }

 p { color: rgb(200,52,90); }

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

background-color css

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

 a { background-color: rgb(200,52,90); }

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

border-color css

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

 span { border-color: rgb(200,52,90); }

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