Html Css Color HEX #CB6F74 Froly

📋 copy color: '#CB6F74'

red 203 ◦ green 111 ◦ blue 116

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

Shades of Froly #CB6F74

Tints of Froly #CB6F74

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.81%

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

R = 47.21%
G = 25.81%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB6F74 (or 0xCB6F74) is known color: Froly. HEX triplet: CB, 6F and 74. RGB value is (203,111,116). Sum of RGB (Red+Green+Blue) = 203+111+116=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6F74 is #34908B. Grayscale: #8B8B8B. Windows color (decimal): -3444876 or 7630795. OLE color: 7630795.

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

Color convert

RGB 203 111 116 -
CMYK 0 0.45 0.43 0.20
HSL 356.74º 0.47% 0.62% -
HSV(B) 356.74º 0.45% 0.8% -
XYZ 33.47 25.33 19.65 -
YUV 139.08 114.98 173.59 -
System Red Green Blue C M Y K H S L
Decimal 203 111 116 0 0.45 0.43 0.20 356.74 0.47 0.62
Hex CB 6F 74 0 2D 2B 14 165 2F 3E
Octal 313 157 164 0 55 53 24 545 57 76
Binary 11001011 1101111 1110100 0 101101 101011 10100 101100101 101111 111110

Color Harmonies of #CB6F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6F74

Black with #CB6F74

Text Example


Text Example

White with #CB6F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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