Html Css Color HEX #CF676A Froly

📋 copy color: '#CF676A'

red 207 ◦ green 103 ◦ blue 106

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

Shades of Froly #CF676A

Tints of Froly #CF676A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.76%

 BLUE value IS 106 (41.8% from 255) = 25.48%

R = 49.76%
G = 24.76%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF676A (or 0xCF676A) is known color: Froly. HEX triplet: CF, 67 and 6A. RGB value is (207,103,106). Sum of RGB (Red+Green+Blue) = 207+103+106=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF676A is #309895. Grayscale: #868686. Windows color (decimal): -3184790 or 6973391. OLE color: 6973391.

HSL color Cylindrical-coordinate representation of color #CF676A: hue angle of 358.27º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF676A is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 103 106 -
CMYK 0 0.50 0.49 0.19
HSL 358.27º 0.52% 0.61% -
HSV(B) 358.27º 0.5% 0.81% -
XYZ 33.18 24.01 16.52 -
YUV 134.44 111.96 179.76 -
System Red Green Blue C M Y K H S L
Decimal 207 103 106 0 0.50 0.49 0.19 358.27 0.52 0.61
Hex CF 67 6A 0 32 31 13 166 34 3D
Octal 317 147 152 0 62 61 23 546 64 75
Binary 11001111 1100111 1101010 0 110010 110001 10011 101100110 110100 111101

Color Harmonies of #CF676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF676A

Black with #CF676A

Text Example


Text Example

White with #CF676A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF676A; }

 p { color: rgb(207,103,106); }

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

background-color css

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

 a { background-color: rgb(207,103,106); }

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

border-color css

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

 span { border-color: rgb(207,103,106); }

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