Html Css Color HEX #CC5381 Cranberry

📋 copy color: '#CC5381'

red 204 ◦ green 83 ◦ blue 129

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

Shades of Cranberry #CC5381

Tints of Cranberry #CC5381

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.95%

 BLUE value IS 129 (50.78% from 255) = 31.01%

R = 49.04%
G = 19.95%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC5381 (or 0xCC5381) is known color: Cranberry. HEX triplet: CC, 53 and 81. RGB value is (204,83,129). Sum of RGB (Red+Green+Blue) = 204+83+129=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5381 is #33AC7E. Grayscale: #7C7C7C. Windows color (decimal): -3386495 or 8475596. OLE color: 8475596.

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

Color convert

RGB 204 83 129 -
CMYK 0 0.59 0.37 0.2
HSL 337.19º 0.54% 0.56% -
HSV(B) 337.19º 0.59% 0.8% -
XYZ 31.96 20.61 23.06 -
YUV 124.42 130.59 184.76 -
System Red Green Blue C M Y K H S L
Decimal 204 83 129 0 0.59 0.37 0.2 337.19 0.54 0.56
Hex CC 53 81 0 3B 25 14 151 36 38
Octal 314 123 201 0 73 45 24 521 66 70
Binary 11001100 1010011 10000001 0 111011 100101 10100 101010001 110110 111000

Color Harmonies of #CC5381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5381

Black with #CC5381

Text Example


Text Example

White with #CC5381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5381; }

 p { color: rgb(204,83,129); }

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

background-color css

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

 a { background-color: rgb(204,83,129); }

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

border-color css

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

 span { border-color: rgb(204,83,129); }

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