Html Css Color HEX #CB6A75 Froly

📋 copy color: '#CB6A75'

red 203 ◦ green 106 ◦ blue 117

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

Shades of Froly #CB6A75

Tints of Froly #CB6A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.46%

R = 47.65%
G = 24.88%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB6A75 (or 0xCB6A75) is known color: Froly. HEX triplet: CB, 6A and 75. RGB value is (203,106,117). Sum of RGB (Red+Green+Blue) = 203+106+117=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6A75 is #34958A. Grayscale: #888888. Windows color (decimal): -3446155 or 7695051. OLE color: 7695051.

HSL color Cylindrical-coordinate representation of color #CB6A75: hue angle of 353.2º 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 #CB6A75 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 106 117 -
CMYK 0 0.48 0.42 0.20
HSL 353.2º 0.48% 0.61% -
HSV(B) 353.2º 0.48% 0.8% -
XYZ 32.99 24.29 19.78 -
YUV 136.26 117.14 175.61 -
System Red Green Blue C M Y K H S L
Decimal 203 106 117 0 0.48 0.42 0.20 353.2 0.48 0.61
Hex CB 6A 75 0 30 2A 14 161 30 3D
Octal 313 152 165 0 60 52 24 541 60 75
Binary 11001011 1101010 1110101 0 110000 101010 10100 101100001 110000 111101

Color Harmonies of #CB6A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6A75

Black with #CB6A75

Text Example


Text Example

White with #CB6A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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