Html Css Color HEX #CB427A Cranberry

📋 copy color: '#CB427A'

red 203 ◦ green 66 ◦ blue 122

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

Shades of Cranberry #CB427A

Tints of Cranberry #CB427A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.88%

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

R = 51.92%
G = 16.88%
B = 31.2%

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

#CB427A (or 0xCB427A) is known color: Cranberry. HEX triplet: CB, 42 and 7A. RGB value is (203,66,122). Sum of RGB (Red+Green+Blue) = 203+66+122=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB427A is #34BD85. Grayscale: #717171. Windows color (decimal): -3456390 or 8012491. OLE color: 8012491.

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

Color convert

RGB 203 66 122 -
CMYK 0 0.67 0.40 0.20
HSL 335.47º 0.57% 0.53% -
HSV(B) 335.47º 0.67% 0.8% -
XYZ 30.09 18 20.3 -
YUV 113.35 132.89 191.95 -
System Red Green Blue C M Y K H S L
Decimal 203 66 122 0 0.67 0.40 0.20 335.47 0.57 0.53
Hex CB 42 7A 0 43 28 14 14F 39 35
Octal 313 102 172 0 103 50 24 517 71 65
Binary 11001011 1000010 1111010 0 1000011 101000 10100 101001111 111001 110101

Color Harmonies of #CB427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB427A

Black with #CB427A

Text Example


Text Example

White with #CB427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB427A; }

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

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

background-color css

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

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

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

border-color css

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

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

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