Html Css Color HEX #C8364B Old Rose

📋 copy color: '#C8364B'

red 200 ◦ green 54 ◦ blue 75

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

Shades of Old Rose #C8364B

Tints of Old Rose #C8364B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.41%

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

R = 60.79%
G = 16.41%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8364B (or 0xC8364B) is known color: Old Rose. HEX triplet: C8, 36 and 4B. RGB value is (200,54,75). Sum of RGB (Red+Green+Blue) = 200+54+75=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C8364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8364B is #37C9B4. Grayscale: #646464. Windows color (decimal): -3656117 or 4929224. OLE color: 4929224.

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

Color convert

RGB 200 54 75 -
CMYK 0 0.73 0.62 0.22
HSL 351.37º 0.57% 0.5% -
HSV(B) 351.37º 0.73% 0.78% -
XYZ 26.41 15.43 8.24 -
YUV 100.05 113.87 199.29 -
System Red Green Blue C M Y K H S L
Decimal 200 54 75 0 0.73 0.62 0.22 351.37 0.57 0.5
Hex C8 36 4B 0 49 3E 16 15F 39 32
Octal 310 66 113 0 111 76 26 537 71 62
Binary 11001000 110110 1001011 0 1001001 111110 10110 101011111 111001 110010

Color Harmonies of #C8364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8364B

Black with #C8364B

Text Example


Text Example

White with #C8364B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8364B; }

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

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

background-color css

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

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

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

border-color css

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

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

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