Html Css Color HEX #CB497B Cranberry

📋 copy color: '#CB497B'

red 203 ◦ green 73 ◦ blue 123

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

Shades of Cranberry #CB497B

Tints of Cranberry #CB497B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.3%

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

R = 50.88%
G = 18.3%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB497B (or 0xCB497B) is known color: Cranberry. HEX triplet: CB, 49 and 7B. RGB value is (203,73,123). Sum of RGB (Red+Green+Blue) = 203+73+123=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB497B is #34B684. Grayscale: #757575. Windows color (decimal): -3454597 or 8079819. OLE color: 8079819.

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

Color convert

RGB 203 73 123 -
CMYK 0 0.64 0.39 0.20
HSL 336.92º 0.56% 0.54% -
HSV(B) 336.92º 0.64% 0.8% -
XYZ 30.59 18.89 20.77 -
YUV 117.57 131.07 188.93 -
System Red Green Blue C M Y K H S L
Decimal 203 73 123 0 0.64 0.39 0.20 336.92 0.56 0.54
Hex CB 49 7B 0 40 27 14 151 38 36
Octal 313 111 173 0 100 47 24 521 70 66
Binary 11001011 1001001 1111011 0 1000000 100111 10100 101010001 111000 110110

Color Harmonies of #CB497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB497B

Black with #CB497B

Text Example


Text Example

White with #CB497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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