Html Css Color HEX #C8275C Old Rose

📋 copy color: '#C8275C'

red 200 ◦ green 39 ◦ blue 92

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

Shades of Old Rose #C8275C

Tints of Old Rose #C8275C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.78%

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

R = 60.42%
G = 11.78%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8275C (or 0xC8275C) is known color: Old Rose. HEX triplet: C8, 27 and 5C. RGB value is (200,39,92). Sum of RGB (Red+Green+Blue) = 200+39+92=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8275C is #37D8A3. Grayscale: #5D5D5D. Windows color (decimal): -3659940 or 6039496. OLE color: 6039496.

HSL color Cylindrical-coordinate representation of color #C8275C: hue angle of 340.25º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8275C is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 39 92 -
CMYK 0 0.80 0.54 0.22
HSL 340.25º 0.67% 0.47% -
HSV(B) 340.25º 0.81% 0.78% -
XYZ 26.48 14.5 11.53 -
YUV 93.18 127.34 204.19 -
System Red Green Blue C M Y K H S L
Decimal 200 39 92 0 0.80 0.54 0.22 340.25 0.67 0.47
Hex C8 27 5C 0 50 36 16 154 43 2F
Octal 310 47 134 0 120 66 26 524 103 57
Binary 11001000 100111 1011100 0 1010000 110110 10110 101010100 1000011 101111

Color Harmonies of #C8275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8275C

Black with #C8275C

Text Example


Text Example

White with #C8275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8275C; }

 p { color: rgb(200,39,92); }

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

background-color css

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

 a { background-color: rgb(200,39,92); }

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

border-color css

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

 span { border-color: rgb(200,39,92); }

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