Html Css Color HEX #CC6974 Froly

📋 copy color: '#CC6974'

red 204 ◦ green 105 ◦ blue 116

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

Shades of Froly #CC6974

Tints of Froly #CC6974

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.71%

 BLUE value IS 116 (45.7% from 255) = 27.29%

R = 48%
G = 24.71%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC6974 (or 0xCC6974) is known color: Froly. HEX triplet: CC, 69 and 74. RGB value is (204,105,116). Sum of RGB (Red+Green+Blue) = 204+105+116=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6974 is #33968B. Grayscale: #878787. Windows color (decimal): -3380876 or 7629260. OLE color: 7629260.

HSL color Cylindrical-coordinate representation of color #CC6974: hue angle of 353.33º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC6974 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 105 116 -
CMYK 0 0.49 0.43 0.2
HSL 353.33º 0.49% 0.61% -
HSV(B) 353.33º 0.49% 0.8% -
XYZ 33.11 24.2 19.45 -
YUV 135.86 116.8 176.61 -
System Red Green Blue C M Y K H S L
Decimal 204 105 116 0 0.49 0.43 0.2 353.33 0.49 0.61
Hex CC 69 74 0 31 2B 14 161 31 3D
Octal 314 151 164 0 61 53 24 541 61 75
Binary 11001100 1101001 1110100 0 110001 101011 10100 101100001 110001 111101

Color Harmonies of #CC6974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6974

Black with #CC6974

Text Example


Text Example

White with #CC6974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6974; }

 p { color: rgb(204,105,116); }

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

background-color css

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

 a { background-color: rgb(204,105,116); }

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

border-color css

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

 span { border-color: rgb(204,105,116); }

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