Html Css Color HEX #CB5F81 Cranberry

📋 copy color: '#CB5F81'

red 203 ◦ green 95 ◦ blue 129

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

Shades of Cranberry #CB5F81

Tints of Cranberry #CB5F81

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.25%

 BLUE value IS 129 (50.78% from 255) = 30.21%

R = 47.54%
G = 22.25%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CB5F81 (or 0xCB5F81) is known color: Cranberry. HEX triplet: CB, 5F and 81. RGB value is (203,95,129). Sum of RGB (Red+Green+Blue) = 203+95+129=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5F81 is #34A07E. Grayscale: #838383. Windows color (decimal): -3448959 or 8478667. OLE color: 8478667.

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

Color convert

RGB 203 95 129 -
CMYK 0 0.53 0.36 0.20
HSL 341.11º 0.51% 0.58% -
HSV(B) 341.11º 0.53% 0.8% -
XYZ 32.68 22.47 23.38 -
YUV 131.17 126.78 179.24 -
System Red Green Blue C M Y K H S L
Decimal 203 95 129 0 0.53 0.36 0.20 341.11 0.51 0.58
Hex CB 5F 81 0 35 24 14 155 33 3A
Octal 313 137 201 0 65 44 24 525 63 72
Binary 11001011 1011111 10000001 0 110101 100100 10100 101010101 110011 111010

Color Harmonies of #CB5F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5F81

Black with #CB5F81

Text Example


Text Example

White with #CB5F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5F81; }

 p { color: rgb(203,95,129); }

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

background-color css

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

 a { background-color: rgb(203,95,129); }

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

border-color css

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

 span { border-color: rgb(203,95,129); }

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