Html Css Color HEX #CF607E Cranberry

📋 copy color: '#CF607E'

red 207 ◦ green 96 ◦ blue 126

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

Shades of Cranberry #CF607E

Tints of Cranberry #CF607E

RGB

 RED value IS 207 (81.25% from 255) = 48.25%

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

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

R = 48.25%
G = 22.38%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF607E (or 0xCF607E) is known color: Cranberry. HEX triplet: CF, 60 and 7E. RGB value is (207,96,126). Sum of RGB (Red+Green+Blue) = 207+96+126=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF607E is #309F81. Grayscale: #848484. Windows color (decimal): -3186562 or 8282319. OLE color: 8282319.

HSL color Cylindrical-coordinate representation of color #CF607E: hue angle of 343.78º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF607E is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 96 126 -
CMYK 0 0.54 0.39 0.19
HSL 343.78º 0.54% 0.59% -
HSV(B) 343.78º 0.54% 0.81% -
XYZ 33.68 23.14 22.43 -
YUV 132.61 124.27 181.06 -
System Red Green Blue C M Y K H S L
Decimal 207 96 126 0 0.54 0.39 0.19 343.78 0.54 0.59
Hex CF 60 7E 0 36 27 13 158 36 3B
Octal 317 140 176 0 66 47 23 530 66 73
Binary 11001111 1100000 1111110 0 110110 100111 10011 101011000 110110 111011

Color Harmonies of #CF607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF607E

Black with #CF607E

Text Example


Text Example

White with #CF607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF607E; }

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

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

background-color css

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

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

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

border-color css

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

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

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