Html Css Color HEX #CC2650 Old Rose

📋 copy color: '#CC2650'

red 204 ◦ green 38 ◦ blue 80

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

Shades of Old Rose #CC2650

Tints of Old Rose #CC2650

RGB

 RED value IS 204 (80.08% from 255) = 63.35%

 GREEN value IS 38 (15.23% from 255) = 11.8%

 BLUE value IS 80 (31.64% from 255) = 24.84%

R = 63.35%
G = 11.8%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC2650 (or 0xCC2650) is known color: Old Rose. HEX triplet: CC, 26 and 50. RGB value is (204,38,80). Sum of RGB (Red+Green+Blue) = 204+38+80=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2650 is #33D9AF. Grayscale: #5C5C5C. Windows color (decimal): -3398064 or 5252812. OLE color: 5252812.

HSL color Cylindrical-coordinate representation of color #CC2650: hue angle of 344.82º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2650 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 38 80 -
CMYK 0 0.81 0.61 0.2
HSL 344.82º 0.69% 0.47% -
HSV(B) 344.82º 0.81% 0.8% -
XYZ 27.04 14.8 9.02 -
YUV 92.42 121 207.58 -
System Red Green Blue C M Y K H S L
Decimal 204 38 80 0 0.81 0.61 0.2 344.82 0.69 0.47
Hex CC 26 50 0 51 3D 14 159 45 2F
Octal 314 46 120 0 121 75 24 531 105 57
Binary 11001100 100110 1010000 0 1010001 111101 10100 101011001 1000101 101111

Color Harmonies of #CC2650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2650

Black with #CC2650

Text Example


Text Example

White with #CC2650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2650; }

 p { color: rgb(204,38,80); }

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

background-color css

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

 a { background-color: rgb(204,38,80); }

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

border-color css

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

 span { border-color: rgb(204,38,80); }

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