Html Css Color HEX #CC587B Cranberry

📋 copy color: '#CC587B'

red 204 ◦ green 88 ◦ blue 123

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

Shades of Cranberry #CC587B

Tints of Cranberry #CC587B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.2%

 BLUE value IS 123 (48.44% from 255) = 29.64%

R = 49.16%
G = 21.2%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC587B (or 0xCC587B) is known color: Cranberry. HEX triplet: CC, 58 and 7B. RGB value is (204,88,123). Sum of RGB (Red+Green+Blue) = 204+88+123=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC587B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC587B is #33A784. Grayscale: #7E7E7E. Windows color (decimal): -3385221 or 8083660. OLE color: 8083660.

HSL color Cylindrical-coordinate representation of color #CC587B: hue angle of 341.9º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC587B is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 88 123 -
CMYK 0 0.57 0.40 0.2
HSL 341.9º 0.53% 0.57% -
HSV(B) 341.9º 0.57% 0.8% -
XYZ 31.97 21.25 21.16 -
YUV 126.67 125.93 183.15 -
System Red Green Blue C M Y K H S L
Decimal 204 88 123 0 0.57 0.40 0.2 341.9 0.53 0.57
Hex CC 58 7B 0 39 28 14 156 35 39
Octal 314 130 173 0 71 50 24 526 65 71
Binary 11001100 1011000 1111011 0 111001 101000 10100 101010110 110101 111001

Color Harmonies of #CC587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC587B

Black with #CC587B

Text Example


Text Example

White with #CC587B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC587B; }

 p { color: rgb(204,88,123); }

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

background-color css

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

 a { background-color: rgb(204,88,123); }

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

border-color css

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

 span { border-color: rgb(204,88,123); }

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