Html Css Color HEX #CB6B5A Japonica

📋 copy color: '#CB6B5A'

red 203 ◦ green 107 ◦ blue 90

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

Shades of Japonica #CB6B5A

Tints of Japonica #CB6B5A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.75%

 BLUE value IS 90 (35.55% from 255) = 22.5%

R = 50.75%
G = 26.75%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB6B5A (or 0xCB6B5A) is known color: Japonica. HEX triplet: CB, 6B and 5A. RGB value is (203,107,90). Sum of RGB (Red+Green+Blue) = 203+107+90=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6B5A is #3494A5. Grayscale: #858585. Windows color (decimal): -3445926 or 5925835. OLE color: 5925835.

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

Color convert

RGB 203 107 90 -
CMYK 0 0.47 0.56 0.20
HSL 9.03º 0.52% 0.57% -
HSV(B) 9.03º 0.56% 0.8% -
XYZ 31.73 23.95 12.62 -
YUV 133.77 103.3 177.38 -
System Red Green Blue C M Y K H S L
Decimal 203 107 90 0 0.47 0.56 0.20 9.03 0.52 0.57
Hex CB 6B 5A 0 2F 38 14 9 34 39
Octal 313 153 132 0 57 70 24 11 64 71
Binary 11001011 1101011 1011010 0 101111 111000 10100 1001 110100 111001

Color Harmonies of #CB6B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6B5A

Black with #CB6B5A

Text Example


Text Example

White with #CB6B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6B5A; }

 p { color: rgb(203,107,90); }

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

background-color css

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

 a { background-color: rgb(203,107,90); }

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

border-color css

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

 span { border-color: rgb(203,107,90); }

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