Html Css Color HEX #CC607E Cranberry

📋 copy color: '#CC607E'

red 204 ◦ green 96 ◦ blue 126

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

Shades of Cranberry #CC607E

Tints of Cranberry #CC607E

RGB

 RED value IS 204 (80.08% from 255) = 47.89%

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

 BLUE value IS 126 (49.61% from 255) = 29.58%

R = 47.89%
G = 22.54%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC607E (or 0xCC607E) is known color: Cranberry. HEX triplet: CC, 60 and 7E. RGB value is (204,96,126). Sum of RGB (Red+Green+Blue) = 204+96+126=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC607E is #339F81. Grayscale: #838383. Windows color (decimal): -3383170 or 8282316. OLE color: 8282316.

HSL color Cylindrical-coordinate representation of color #CC607E: hue angle of 343.33º 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 #CC607E is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 96 126 -
CMYK 0 0.53 0.38 0.2
HSL 343.33º 0.51% 0.59% -
HSV(B) 343.33º 0.53% 0.8% -
XYZ 32.85 22.71 22.39 -
YUV 131.71 124.78 179.56 -
System Red Green Blue C M Y K H S L
Decimal 204 96 126 0 0.53 0.38 0.2 343.33 0.51 0.59
Hex CC 60 7E 0 35 26 14 157 33 3B
Octal 314 140 176 0 65 46 24 527 63 73
Binary 11001100 1100000 1111110 0 110101 100110 10100 101010111 110011 111011

Color Harmonies of #CC607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC607E

Black with #CC607E

Text Example


Text Example

White with #CC607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC607E; }

 p { color: rgb(204,96,126); }

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

background-color css

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

 a { background-color: rgb(204,96,126); }

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

border-color css

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

 span { border-color: rgb(204,96,126); }

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