Html Css Color HEX #CA4378 Cranberry

📋 copy color: '#CA4378'

red 202 ◦ green 67 ◦ blue 120

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

Shades of Cranberry #CA4378

Tints of Cranberry #CA4378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.22%

 BLUE value IS 120 (47.27% from 255) = 30.85%

R = 51.93%
G = 17.22%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA4378 (or 0xCA4378) is known color: Cranberry. HEX triplet: CA, 43 and 78. RGB value is (202,67,120). Sum of RGB (Red+Green+Blue) = 202+67+120=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4378 is #35BC87. Grayscale: #717171. Windows color (decimal): -3521672 or 7881674. OLE color: 7881674.

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

Color convert

RGB 202 67 120 -
CMYK 0 0.67 0.41 0.21
HSL 336.44º 0.56% 0.53% -
HSV(B) 336.44º 0.67% 0.79% -
XYZ 29.75 17.93 19.66 -
YUV 113.41 131.73 191.19 -
System Red Green Blue C M Y K H S L
Decimal 202 67 120 0 0.67 0.41 0.21 336.44 0.56 0.53
Hex CA 43 78 0 43 29 15 150 38 35
Octal 312 103 170 0 103 51 25 520 70 65
Binary 11001010 1000011 1111000 0 1000011 101001 10101 101010000 111000 110101

Color Harmonies of #CA4378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4378

Black with #CA4378

Text Example


Text Example

White with #CA4378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4378; }

 p { color: rgb(202,67,120); }

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

background-color css

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

 a { background-color: rgb(202,67,120); }

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

border-color css

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

 span { border-color: rgb(202,67,120); }

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