Html Css Color HEX #CA527B Cranberry

📋 copy color: '#CA527B'

red 202 ◦ green 82 ◦ blue 123

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

Shades of Cranberry #CA527B

Tints of Cranberry #CA527B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.15%

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

R = 49.63%
G = 20.15%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA527B (or 0xCA527B) is known color: Cranberry. HEX triplet: CA, 52 and 7B. RGB value is (202,82,123). Sum of RGB (Red+Green+Blue) = 202+82+123=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA527B is #35AD84. Grayscale: #7A7A7A. Windows color (decimal): -3517829 or 8082122. OLE color: 8082122.

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

Color convert

RGB 202 82 123 -
CMYK 0 0.59 0.39 0.21
HSL 339.5º 0.53% 0.56% -
HSV(B) 339.5º 0.59% 0.79% -
XYZ 30.95 20.02 20.97 -
YUV 122.55 128.26 184.67 -
System Red Green Blue C M Y K H S L
Decimal 202 82 123 0 0.59 0.39 0.21 339.5 0.53 0.56
Hex CA 52 7B 0 3B 27 15 154 35 38
Octal 312 122 173 0 73 47 25 524 65 70
Binary 11001010 1010010 1111011 0 111011 100111 10101 101010100 110101 111000

Color Harmonies of #CA527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA527B

Black with #CA527B

Text Example


Text Example

White with #CA527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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