Html Css Color HEX #CC235A Old Rose

📋 copy color: '#CC235A'

red 204 ◦ green 35 ◦ blue 90

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

Shades of Old Rose #CC235A

Tints of Old Rose #CC235A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.36%

R = 62.01%
G = 10.64%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC235A (or 0xCC235A) is known color: Old Rose. HEX triplet: CC, 23 and 5A. RGB value is (204,35,90). Sum of RGB (Red+Green+Blue) = 204+35+90=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC235A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC235A is #33DCA5. Grayscale: #5B5B5B. Windows color (decimal): -3398822 or 5907404. OLE color: 5907404.

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

Color convert

RGB 204 35 90 -
CMYK 0 0.83 0.56 0.2
HSL 340.47º 0.71% 0.47% -
HSV(B) 340.47º 0.83% 0.8% -
XYZ 27.35 14.78 11.08 -
YUV 91.8 126.99 208.03 -
System Red Green Blue C M Y K H S L
Decimal 204 35 90 0 0.83 0.56 0.2 340.47 0.71 0.47
Hex CC 23 5A 0 53 38 14 154 47 2F
Octal 314 43 132 0 123 70 24 524 107 57
Binary 11001100 100011 1011010 0 1010011 111000 10100 101010100 1000111 101111

Color Harmonies of #CC235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC235A

Black with #CC235A

Text Example


Text Example

White with #CC235A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC235A; }

 p { color: rgb(204,35,90); }

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

background-color css

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

 a { background-color: rgb(204,35,90); }

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

border-color css

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

 span { border-color: rgb(204,35,90); }

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