Html Css Color HEX #CA4D7B Cranberry

📋 copy color: '#CA4D7B'

red 202 ◦ green 77 ◦ blue 123

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

Shades of Cranberry #CA4D7B

Tints of Cranberry #CA4D7B

RGB

 RED value IS 202 (79.3% from 255) = 50.25%

 GREEN value IS 77 (30.47% from 255) = 19.15%

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

R = 50.25%
G = 19.15%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA4D7B (or 0xCA4D7B) is known color: Cranberry. HEX triplet: CA, 4D and 7B. RGB value is (202,77,123). Sum of RGB (Red+Green+Blue) = 202+77+123=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4D7B is #35B284. Grayscale: #777777. Windows color (decimal): -3519109 or 8080842. OLE color: 8080842.

HSL color Cylindrical-coordinate representation of color #CA4D7B: hue angle of 337.92º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4D7B is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 77 123 -
CMYK 0 0.62 0.39 0.21
HSL 337.92º 0.54% 0.55% -
HSV(B) 337.92º 0.62% 0.79% -
XYZ 30.59 19.29 20.85 -
YUV 119.62 129.91 186.76 -
System Red Green Blue C M Y K H S L
Decimal 202 77 123 0 0.62 0.39 0.21 337.92 0.54 0.55
Hex CA 4D 7B 0 3E 27 15 152 36 37
Octal 312 115 173 0 76 47 25 522 66 67
Binary 11001010 1001101 1111011 0 111110 100111 10101 101010010 110110 110111

Color Harmonies of #CA4D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4D7B

Black with #CA4D7B

Text Example


Text Example

White with #CA4D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4D7B; }

 p { color: rgb(202,77,123); }

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

background-color css

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

 a { background-color: rgb(202,77,123); }

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

border-color css

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

 span { border-color: rgb(202,77,123); }

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