Html Css Color HEX #CA527D Cranberry

📋 copy color: '#CA527D'

red 202 ◦ green 82 ◦ blue 125

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

Shades of Cranberry #CA527D

Tints of Cranberry #CA527D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.56%

R = 49.39%
G = 20.05%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA527D (or 0xCA527D) is known color: Cranberry. HEX triplet: CA, 52 and 7D. RGB value is (202,82,125). Sum of RGB (Red+Green+Blue) = 202+82+125=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA527D is #35AD82. Grayscale: #7A7A7A. Windows color (decimal): -3517827 or 8213194. OLE color: 8213194.

HSL color Cylindrical-coordinate representation of color #CA527D: hue angle of 338.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 #CA527D is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 82 125 -
CMYK 0 0.59 0.38 0.21
HSL 338.5º 0.53% 0.56% -
HSV(B) 338.5º 0.59% 0.79% -
XYZ 31.08 20.07 21.64 -
YUV 122.78 129.26 184.5 -
System Red Green Blue C M Y K H S L
Decimal 202 82 125 0 0.59 0.38 0.21 338.5 0.53 0.56
Hex CA 52 7D 0 3B 26 15 152 35 38
Octal 312 122 175 0 73 46 25 522 65 70
Binary 11001010 1010010 1111101 0 111011 100110 10101 101010010 110101 111000

Color Harmonies of #CA527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA527D

Black with #CA527D

Text Example


Text Example

White with #CA527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA527D; }

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

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

background-color css

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

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

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

border-color css

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

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

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