Html Css Color HEX #CC5C83 Cranberry

📋 copy color: '#CC5C83'

red 204 ◦ green 92 ◦ blue 131

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

Shades of Cranberry #CC5C83

Tints of Cranberry #CC5C83

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.55%

 BLUE value IS 131 (51.56% from 255) = 30.68%

R = 47.78%
G = 21.55%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC5C83 (or 0xCC5C83) is known color: Cranberry. HEX triplet: CC, 5C and 83. RGB value is (204,92,131). Sum of RGB (Red+Green+Blue) = 204+92+131=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5C83 is #33A37C. Grayscale: #818181. Windows color (decimal): -3384189 or 8608972. OLE color: 8608972.

HSL color Cylindrical-coordinate representation of color #CC5C83: hue angle of 339.11º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5C83 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 92 131 -
CMYK 0 0.55 0.36 0.2
HSL 339.11º 0.52% 0.58% -
HSV(B) 339.11º 0.55% 0.8% -
XYZ 32.83 22.13 24.01 -
YUV 129.93 128.61 180.83 -
System Red Green Blue C M Y K H S L
Decimal 204 92 131 0 0.55 0.36 0.2 339.11 0.52 0.58
Hex CC 5C 83 0 37 24 14 153 34 3A
Octal 314 134 203 0 67 44 24 523 64 72
Binary 11001100 1011100 10000011 0 110111 100100 10100 101010011 110100 111010

Color Harmonies of #CC5C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5C83

Black with #CC5C83

Text Example


Text Example

White with #CC5C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5C83; }

 p { color: rgb(204,92,131); }

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

background-color css

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

 a { background-color: rgb(204,92,131); }

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

border-color css

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

 span { border-color: rgb(204,92,131); }

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