Html Css Color HEX #CB477B Cranberry

📋 copy color: '#CB477B'

red 203 ◦ green 71 ◦ blue 123

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

Shades of Cranberry #CB477B

Tints of Cranberry #CB477B

RGB

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

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

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

R = 51.13%
G = 17.88%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB477B (or 0xCB477B) is known color: Cranberry. HEX triplet: CB, 47 and 7B. RGB value is (203,71,123). Sum of RGB (Red+Green+Blue) = 203+71+123=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB477B is #34B884. Grayscale: #747474. Windows color (decimal): -3455109 or 8079307. OLE color: 8079307.

HSL color Cylindrical-coordinate representation of color #CB477B: hue angle of 336.36º 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 #CB477B is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 71 123 -
CMYK 0 0.65 0.39 0.20
HSL 336.36º 0.56% 0.54% -
HSV(B) 336.36º 0.65% 0.8% -
XYZ 30.46 18.63 20.73 -
YUV 116.4 131.73 189.77 -
System Red Green Blue C M Y K H S L
Decimal 203 71 123 0 0.65 0.39 0.20 336.36 0.56 0.54
Hex CB 47 7B 0 41 27 14 150 38 36
Octal 313 107 173 0 101 47 24 520 70 66
Binary 11001011 1000111 1111011 0 1000001 100111 10100 101010000 111000 110110

Color Harmonies of #CB477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB477B

Black with #CB477B

Text Example


Text Example

White with #CB477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB477B; }

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

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

background-color css

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

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

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

border-color css

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

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

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