Html Css Color HEX #CB6A57 Japonica

📋 copy color: '#CB6A57'

red 203 ◦ green 106 ◦ blue 87

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

Shades of Japonica #CB6A57

Tints of Japonica #CB6A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.97%

R = 51.26%
G = 26.77%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB6A57 (or 0xCB6A57) is known color: Japonica. HEX triplet: CB, 6A and 57. RGB value is (203,106,87). Sum of RGB (Red+Green+Blue) = 203+106+87=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6A57 is #3495A8. Grayscale: #858585. Windows color (decimal): -3446185 or 5728971. OLE color: 5728971.

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

Color convert

RGB 203 106 87 -
CMYK 0 0.48 0.57 0.20
HSL 9.83º 0.53% 0.57% -
HSV(B) 9.83º 0.57% 0.8% -
XYZ 31.5 23.69 11.93 -
YUV 132.84 102.14 178.04 -
System Red Green Blue C M Y K H S L
Decimal 203 106 87 0 0.48 0.57 0.20 9.83 0.53 0.57
Hex CB 6A 57 0 30 39 14 A 35 39
Octal 313 152 127 0 60 71 24 12 65 71
Binary 11001011 1101010 1010111 0 110000 111001 10100 1010 110101 111001

Color Harmonies of #CB6A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6A57

Black with #CB6A57

Text Example


Text Example

White with #CB6A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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