Html Css Color HEX #CB4C7B Cranberry

📋 copy color: '#CB4C7B'

red 203 ◦ green 76 ◦ blue 123

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

Shades of Cranberry #CB4C7B

Tints of Cranberry #CB4C7B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.91%

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

R = 50.5%
G = 18.91%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB4C7B (or 0xCB4C7B) is known color: Cranberry. HEX triplet: CB, 4C and 7B. RGB value is (203,76,123). Sum of RGB (Red+Green+Blue) = 203+76+123=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4C7B is #34B384. Grayscale: #777777. Windows color (decimal): -3453829 or 8080587. OLE color: 8080587.

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

Color convert

RGB 203 76 123 -
CMYK 0 0.63 0.39 0.20
HSL 337.8º 0.55% 0.55% -
HSV(B) 337.8º 0.63% 0.8% -
XYZ 30.79 19.3 20.84 -
YUV 119.33 130.08 187.68 -
System Red Green Blue C M Y K H S L
Decimal 203 76 123 0 0.63 0.39 0.20 337.8 0.55 0.55
Hex CB 4C 7B 0 3F 27 14 152 37 37
Octal 313 114 173 0 77 47 24 522 67 67
Binary 11001011 1001100 1111011 0 111111 100111 10100 101010010 110111 110111

Color Harmonies of #CB4C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4C7B

Black with #CB4C7B

Text Example


Text Example

White with #CB4C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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