Html Css Color HEX #CB607F Cranberry

📋 copy color: '#CB607F'

red 203 ◦ green 96 ◦ blue 127

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

Shades of Cranberry #CB607F

Tints of Cranberry #CB607F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.54%

 BLUE value IS 127 (50% from 255) = 29.81%

R = 47.65%
G = 22.54%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB607F (or 0xCB607F) is known color: Cranberry. HEX triplet: CB, 60 and 7F. RGB value is (203,96,127). Sum of RGB (Red+Green+Blue) = 203+96+127=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB607F is #349F80. Grayscale: #838383. Windows color (decimal): -3448705 or 8347851. OLE color: 8347851.

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

Color convert

RGB 203 96 127 -
CMYK 0 0.53 0.37 0.20
HSL 342.62º 0.51% 0.59% -
HSV(B) 342.62º 0.53% 0.8% -
XYZ 32.64 22.59 22.72 -
YUV 131.53 125.45 178.98 -
System Red Green Blue C M Y K H S L
Decimal 203 96 127 0 0.53 0.37 0.20 342.62 0.51 0.59
Hex CB 60 7F 0 35 25 14 157 33 3B
Octal 313 140 177 0 65 45 24 527 63 73
Binary 11001011 1100000 1111111 0 110101 100101 10100 101010111 110011 111011

Color Harmonies of #CB607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB607F

Black with #CB607F

Text Example


Text Example

White with #CB607F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB607F; }

 p { color: rgb(203,96,127); }

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

background-color css

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

 a { background-color: rgb(203,96,127); }

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

border-color css

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

 span { border-color: rgb(203,96,127); }

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