Html Css Color HEX #CB6A74 Froly

📋 copy color: '#CB6A74'

red 203 ◦ green 106 ◦ blue 116

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

Shades of Froly #CB6A74

Tints of Froly #CB6A74

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.94%

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

R = 47.76%
G = 24.94%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB6A74 (or 0xCB6A74) is known color: Froly. HEX triplet: CB, 6A and 74. RGB value is (203,106,116). Sum of RGB (Red+Green+Blue) = 203+106+116=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6A74 is #34958B. Grayscale: #888888. Windows color (decimal): -3446156 or 7629515. OLE color: 7629515.

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

Color convert

RGB 203 106 116 -
CMYK 0 0.48 0.43 0.20
HSL 353.81º 0.48% 0.61% -
HSV(B) 353.81º 0.48% 0.8% -
XYZ 32.94 24.27 19.47 -
YUV 136.14 116.64 175.69 -
System Red Green Blue C M Y K H S L
Decimal 203 106 116 0 0.48 0.43 0.20 353.81 0.48 0.61
Hex CB 6A 74 0 30 2B 14 162 30 3D
Octal 313 152 164 0 60 53 24 542 60 75
Binary 11001011 1101010 1110100 0 110000 101011 10100 101100010 110000 111101

Color Harmonies of #CB6A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6A74

Black with #CB6A74

Text Example


Text Example

White with #CB6A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6A74; }

 p { color: rgb(203,106,116); }

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

background-color css

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

 a { background-color: rgb(203,106,116); }

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

border-color css

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

 span { border-color: rgb(203,106,116); }

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