Html Css Color HEX #CB477A Cranberry

📋 copy color: '#CB477A'

red 203 ◦ green 71 ◦ blue 122

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

Shades of Cranberry #CB477A

Tints of Cranberry #CB477A

RGB

 RED value IS 203 (79.69% from 255) = 51.26%

 GREEN value IS 71 (28.13% from 255) = 17.93%

 BLUE value IS 122 (48.05% from 255) = 30.81%

R = 51.26%
G = 17.93%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB477A (or 0xCB477A) is known color: Cranberry. HEX triplet: CB, 47 and 7A. RGB value is (203,71,122). Sum of RGB (Red+Green+Blue) = 203+71+122=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB477A is #34B885. Grayscale: #747474. Windows color (decimal): -3455110 or 8013771. OLE color: 8013771.

HSL color Cylindrical-coordinate representation of color #CB477A: hue angle of 336.82º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB477A is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 71 122 -
CMYK 0 0.65 0.40 0.20
HSL 336.82º 0.56% 0.54% -
HSV(B) 336.82º 0.65% 0.8% -
XYZ 30.39 18.61 20.4 -
YUV 116.28 131.23 189.85 -
System Red Green Blue C M Y K H S L
Decimal 203 71 122 0 0.65 0.40 0.20 336.82 0.56 0.54
Hex CB 47 7A 0 41 28 14 151 38 36
Octal 313 107 172 0 101 50 24 521 70 66
Binary 11001011 1000111 1111010 0 1000001 101000 10100 101010001 111000 110110

Color Harmonies of #CB477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB477A

Black with #CB477A

Text Example


Text Example

White with #CB477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB477A; }

 p { color: rgb(203,71,122); }

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

background-color css

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

 a { background-color: rgb(203,71,122); }

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

border-color css

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

 span { border-color: rgb(203,71,122); }

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