Html Css Color HEX #CB567B Cranberry

📋 copy color: '#CB567B'

red 203 ◦ green 86 ◦ blue 123

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

Shades of Cranberry #CB567B

Tints of Cranberry #CB567B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.87%

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

R = 49.27%
G = 20.87%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB567B (or 0xCB567B) is known color: Cranberry. HEX triplet: CB, 56 and 7B. RGB value is (203,86,123). Sum of RGB (Red+Green+Blue) = 203+86+123=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB567B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB567B is #34A984. Grayscale: #7D7D7D. Windows color (decimal): -3451269 or 8083147. OLE color: 8083147.

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

Color convert

RGB 203 86 123 -
CMYK 0 0.58 0.39 0.20
HSL 341.03º 0.53% 0.57% -
HSV(B) 341.03º 0.58% 0.8% -
XYZ 31.53 20.78 21.09 -
YUV 125.2 126.76 183.49 -
System Red Green Blue C M Y K H S L
Decimal 203 86 123 0 0.58 0.39 0.20 341.03 0.53 0.57
Hex CB 56 7B 0 3A 27 14 155 35 39
Octal 313 126 173 0 72 47 24 525 65 71
Binary 11001011 1010110 1111011 0 111010 100111 10100 101010101 110101 111001

Color Harmonies of #CB567B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB567B

Black with #CB567B

Text Example


Text Example

White with #CB567B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB567B; }

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

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

background-color css

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

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

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

border-color css

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

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

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