Html Css Color HEX #CB447A Cranberry

📋 copy color: '#CB447A'

red 203 ◦ green 68 ◦ blue 122

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

Shades of Cranberry #CB447A

Tints of Cranberry #CB447A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.3%

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

R = 51.65%
G = 17.3%
B = 31.04%

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

#CB447A (or 0xCB447A) is known color: Cranberry. HEX triplet: CB, 44 and 7A. RGB value is (203,68,122). Sum of RGB (Red+Green+Blue) = 203+68+122=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB447A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB447A is #34BB85. Grayscale: #727272. Windows color (decimal): -3455878 or 8013003. OLE color: 8013003.

HSL color Cylindrical-coordinate representation of color #CB447A: hue angle of 336º degrees, saturation: 0.56, 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 #CB447A is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 68 122 -
CMYK 0 0.67 0.40 0.20
HSL 336º 0.56% 0.53% -
HSV(B) 336º 0.67% 0.8% -
XYZ 30.21 18.24 20.34 -
YUV 114.52 132.23 191.11 -
System Red Green Blue C M Y K H S L
Decimal 203 68 122 0 0.67 0.40 0.20 336 0.56 0.53
Hex CB 44 7A 0 43 28 14 150 38 35
Octal 313 104 172 0 103 50 24 520 70 65
Binary 11001011 1000100 1111010 0 1000011 101000 10100 101010000 111000 110101

Color Harmonies of #CB447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB447A

Black with #CB447A

Text Example


Text Example

White with #CB447A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB447A; }

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

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

background-color css

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

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

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

border-color css

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

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

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