Html Css Color HEX #C82F4B Old Rose

📋 copy color: '#C82F4B'

red 200 ◦ green 47 ◦ blue 75

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

Shades of Old Rose #C82F4B

Tints of Old Rose #C82F4B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.6%

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

R = 62.11%
G = 14.6%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C82F4B (or 0xC82F4B) is known color: Old Rose. HEX triplet: C8, 2F and 4B. RGB value is (200,47,75). Sum of RGB (Red+Green+Blue) = 200+47+75=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82F4B is #37D0B4. Grayscale: #5F5F5F. Windows color (decimal): -3657909 or 4927432. OLE color: 4927432.

HSL color Cylindrical-coordinate representation of color #C82F4B: hue angle of 349.02º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C82F4B is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 47 75 -
CMYK 0 0.76 0.62 0.22
HSL 349.02º 0.62% 0.48% -
HSV(B) 349.02º 0.77% 0.78% -
XYZ 26.11 14.82 8.14 -
YUV 95.94 116.19 202.22 -
System Red Green Blue C M Y K H S L
Decimal 200 47 75 0 0.76 0.62 0.22 349.02 0.62 0.48
Hex C8 2F 4B 0 4C 3E 16 15D 3E 30
Octal 310 57 113 0 114 76 26 535 76 60
Binary 11001000 101111 1001011 0 1001100 111110 10110 101011101 111110 110000

Color Harmonies of #C82F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82F4B

Black with #C82F4B

Text Example


Text Example

White with #C82F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82F4B; }

 p { color: rgb(200,47,75); }

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

background-color css

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

 a { background-color: rgb(200,47,75); }

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

border-color css

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

 span { border-color: rgb(200,47,75); }

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