Html Css Color HEX #CA567F Cranberry

📋 copy color: '#CA567F'

red 202 ◦ green 86 ◦ blue 127

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

Shades of Cranberry #CA567F

Tints of Cranberry #CA567F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.72%

 BLUE value IS 127 (50% from 255) = 30.6%

R = 48.67%
G = 20.72%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA567F (or 0xCA567F) is known color: Cranberry. HEX triplet: CA, 56 and 7F. RGB value is (202,86,127). Sum of RGB (Red+Green+Blue) = 202+86+127=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA567F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA567F is #35A980. Grayscale: #7D7D7D. Windows color (decimal): -3516801 or 8345290. OLE color: 8345290.

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

Color convert

RGB 202 86 127 -
CMYK 0 0.57 0.37 0.21
HSL 338.79º 0.52% 0.56% -
HSV(B) 338.79º 0.57% 0.79% -
XYZ 31.52 20.74 22.42 -
YUV 125.36 128.93 182.67 -
System Red Green Blue C M Y K H S L
Decimal 202 86 127 0 0.57 0.37 0.21 338.79 0.52 0.56
Hex CA 56 7F 0 39 25 15 153 34 38
Octal 312 126 177 0 71 45 25 523 64 70
Binary 11001010 1010110 1111111 0 111001 100101 10101 101010011 110100 111000

Color Harmonies of #CA567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA567F

Black with #CA567F

Text Example


Text Example

White with #CA567F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA567F; }

 p { color: rgb(202,86,127); }

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

background-color css

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

 a { background-color: rgb(202,86,127); }

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

border-color css

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

 span { border-color: rgb(202,86,127); }

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