Html Css Color HEX #C6234B Old Rose

📋 copy color: '#C6234B'

red 198 ◦ green 35 ◦ blue 75

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

Shades of Old Rose #C6234B

Tints of Old Rose #C6234B

RGB

 RED value IS 198 (77.73% from 255) = 64.29%

 GREEN value IS 35 (14.06% from 255) = 11.36%

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

R = 64.29%
G = 11.36%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6234B (or 0xC6234B) is known color: Old Rose. HEX triplet: C6, 23 and 4B. RGB value is (198,35,75). Sum of RGB (Red+Green+Blue) = 198+35+75=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C6234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6234B is #39DCB4. Grayscale: #585858. Windows color (decimal): -3792053 or 4924358. OLE color: 4924358.

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

Color convert

RGB 198 35 75 -
CMYK 0 0.82 0.62 0.22
HSL 345.28º 0.7% 0.46% -
HSV(B) 345.28º 0.82% 0.78% -
XYZ 25.16 13.72 7.98 -
YUV 88.3 120.5 206.25 -
System Red Green Blue C M Y K H S L
Decimal 198 35 75 0 0.82 0.62 0.22 345.28 0.7 0.46
Hex C6 23 4B 0 52 3E 16 159 46 2E
Octal 306 43 113 0 122 76 26 531 106 56
Binary 11000110 100011 1001011 0 1010010 111110 10110 101011001 1000110 101110

Color Harmonies of #C6234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6234B

Black with #C6234B

Text Example


Text Example

White with #C6234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6234B; }

 p { color: rgb(198,35,75); }

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

background-color css

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

 a { background-color: rgb(198,35,75); }

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

border-color css

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

 span { border-color: rgb(198,35,75); }

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