Html Css Color HEX #CB6A5D Japonica

📋 copy color: '#CB6A5D'

red 203 ◦ green 106 ◦ blue 93

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

Shades of Japonica #CB6A5D

Tints of Japonica #CB6A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.13%

R = 50.5%
G = 26.37%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB6A5D (or 0xCB6A5D) is known color: Japonica. HEX triplet: CB, 6A and 5D. RGB value is (203,106,93). Sum of RGB (Red+Green+Blue) = 203+106+93=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6A5D is #3495A2. Grayscale: #858585. Windows color (decimal): -3446179 or 6122187. OLE color: 6122187.

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

Color convert

RGB 203 106 93 -
CMYK 0 0.48 0.54 0.20
HSL 7.09º 0.51% 0.58% -
HSV(B) 7.09º 0.54% 0.8% -
XYZ 31.76 23.79 13.27 -
YUV 133.52 105.14 177.56 -
System Red Green Blue C M Y K H S L
Decimal 203 106 93 0 0.48 0.54 0.20 7.09 0.51 0.58
Hex CB 6A 5D 0 30 36 14 7 33 3A
Octal 313 152 135 0 60 66 24 7 63 72
Binary 11001011 1101010 1011101 0 110000 110110 10100 111 110011 111010

Color Harmonies of #CB6A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6A5D

Black with #CB6A5D

Text Example


Text Example

White with #CB6A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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