Html Css Color HEX #CB8385 Charm

📋 copy color: '#CB8385'

red 203 ◦ green 131 ◦ blue 133

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

Shades of Charm #CB8385

Tints of Charm #CB8385

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.05%

 BLUE value IS 133 (52.34% from 255) = 28.48%

R = 43.47%
G = 28.05%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CB8385 (or 0xCB8385) is known color: Charm. HEX triplet: CB, 83 and 85. RGB value is (203,131,133). Sum of RGB (Red+Green+Blue) = 203+131+133=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8385 is #347C7A. Grayscale: #989898. Windows color (decimal): -3439739 or 8750027. OLE color: 8750027.

HSL color Cylindrical-coordinate representation of color #CB8385: hue angle of 358.33º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB8385 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 131 133 -
CMYK 0 0.35 0.34 0.20
HSL 358.33º 0.41% 0.65% -
HSV(B) 358.33º 0.35% 0.8% -
XYZ 36.98 30.62 26.15 -
YUV 152.76 116.85 163.84 -
System Red Green Blue C M Y K H S L
Decimal 203 131 133 0 0.35 0.34 0.20 358.33 0.41 0.65
Hex CB 83 85 0 23 22 14 166 29 41
Octal 313 203 205 0 43 42 24 546 51 101
Binary 11001011 10000011 10000101 0 100011 100010 10100 101100110 101001 1000001

Color Harmonies of #CB8385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8385

Black with #CB8385

Text Example


Text Example

White with #CB8385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8385; }

 p { color: rgb(203,131,133); }

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

background-color css

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

 a { background-color: rgb(203,131,133); }

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

border-color css

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

 span { border-color: rgb(203,131,133); }

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