Html Css Color HEX #CB437A Cranberry

📋 copy color: '#CB437A'

red 203 ◦ green 67 ◦ blue 122

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

Shades of Cranberry #CB437A

Tints of Cranberry #CB437A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.09%

 BLUE value IS 122 (48.05% from 255) = 31.12%

R = 51.79%
G = 17.09%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB437A (or 0xCB437A) is known color: Cranberry. HEX triplet: CB, 43 and 7A. RGB value is (203,67,122). Sum of RGB (Red+Green+Blue) = 203+67+122=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 67 (26.56% from 255 or 17.09% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB437A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB437A is #34BC85. Grayscale: #717171. Windows color (decimal): -3456134 or 8012747. OLE color: 8012747.

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

Color convert

RGB 203 67 122 -
CMYK 0 0.67 0.40 0.20
HSL 335.74º 0.57% 0.53% -
HSV(B) 335.74º 0.67% 0.8% -
XYZ 30.15 18.12 20.32 -
YUV 113.93 132.56 191.53 -
System Red Green Blue C M Y K H S L
Decimal 203 67 122 0 0.67 0.40 0.20 335.74 0.57 0.53
Hex CB 43 7A 0 43 28 14 150 39 35
Octal 313 103 172 0 103 50 24 520 71 65
Binary 11001011 1000011 1111010 0 1000011 101000 10100 101010000 111001 110101

Color Harmonies of #CB437A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB437A

Black with #CB437A

Text Example


Text Example

White with #CB437A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB437A; }

 p { color: rgb(203,67,122); }

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

background-color css

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

 a { background-color: rgb(203,67,122); }

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

border-color css

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

 span { border-color: rgb(203,67,122); }

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