Html Css Color HEX #CB6D70 Froly

📋 copy color: '#CB6D70'

red 203 ◦ green 109 ◦ blue 112

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

Shades of Froly #CB6D70

Tints of Froly #CB6D70

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.71%

 BLUE value IS 112 (44.14% from 255) = 26.42%

R = 47.88%
G = 25.71%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB6D70 (or 0xCB6D70) is known color: Froly. HEX triplet: CB, 6D and 70. RGB value is (203,109,112). Sum of RGB (Red+Green+Blue) = 203+109+112=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6D70 is #34928F. Grayscale: #898989. Windows color (decimal): -3445392 or 7368139. OLE color: 7368139.

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

Color convert

RGB 203 109 112 -
CMYK 0 0.46 0.45 0.20
HSL 358.09º 0.47% 0.61% -
HSV(B) 358.09º 0.46% 0.8% -
XYZ 33.02 24.8 18.38 -
YUV 137.45 113.64 174.76 -
System Red Green Blue C M Y K H S L
Decimal 203 109 112 0 0.46 0.45 0.20 358.09 0.47 0.61
Hex CB 6D 70 0 2E 2D 14 166 2F 3D
Octal 313 155 160 0 56 55 24 546 57 75
Binary 11001011 1101101 1110000 0 101110 101101 10100 101100110 101111 111101

Color Harmonies of #CB6D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6D70

Black with #CB6D70

Text Example


Text Example

White with #CB6D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6D70; }

 p { color: rgb(203,109,112); }

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

background-color css

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

 a { background-color: rgb(203,109,112); }

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

border-color css

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

 span { border-color: rgb(203,109,112); }

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