Html Css Color HEX #CB6C74 Froly

📋 copy color: '#CB6C74'

red 203 ◦ green 108 ◦ blue 116

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

Shades of Froly #CB6C74

Tints of Froly #CB6C74

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.29%

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

R = 47.54%
G = 25.29%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB6C74 (or 0xCB6C74) is known color: Froly. HEX triplet: CB, 6C and 74. RGB value is (203,108,116). Sum of RGB (Red+Green+Blue) = 203+108+116=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6C74 is #34938B. Grayscale: #898989. Windows color (decimal): -3445644 or 7630027. OLE color: 7630027.

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

Color convert

RGB 203 108 116 -
CMYK 0 0.47 0.43 0.20
HSL 354.95º 0.48% 0.61% -
HSV(B) 354.95º 0.47% 0.8% -
XYZ 33.14 24.68 19.54 -
YUV 137.32 115.97 174.85 -
System Red Green Blue C M Y K H S L
Decimal 203 108 116 0 0.47 0.43 0.20 354.95 0.48 0.61
Hex CB 6C 74 0 2F 2B 14 163 30 3D
Octal 313 154 164 0 57 53 24 543 60 75
Binary 11001011 1101100 1110100 0 101111 101011 10100 101100011 110000 111101

Color Harmonies of #CB6C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6C74

Black with #CB6C74

Text Example


Text Example

White with #CB6C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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