Html Css Color HEX #CB7B5A Japonica

📋 copy color: '#CB7B5A'

red 203 ◦ green 123 ◦ blue 90

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

Shades of Japonica #CB7B5A

Tints of Japonica #CB7B5A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.57%

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

R = 48.8%
G = 29.57%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB7B5A (or 0xCB7B5A) is known color: Japonica. HEX triplet: CB, 7B and 5A. RGB value is (203,123,90). Sum of RGB (Red+Green+Blue) = 203+123+90=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7B5A is #3484A5. Grayscale: #8F8F8F. Windows color (decimal): -3441830 or 5929931. OLE color: 5929931.

HSL color Cylindrical-coordinate representation of color #CB7B5A: hue angle of 17.52º 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 #CB7B5A is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 123 90 -
CMYK 0 0.39 0.56 0.20
HSL 17.52º 0.52% 0.57% -
HSV(B) 17.52º 0.56% 0.8% -
XYZ 33.56 27.6 13.23 -
YUV 143.16 98 170.68 -
System Red Green Blue C M Y K H S L
Decimal 203 123 90 0 0.39 0.56 0.20 17.52 0.52 0.57
Hex CB 7B 5A 0 27 38 14 12 34 39
Octal 313 173 132 0 47 70 24 22 64 71
Binary 11001011 1111011 1011010 0 100111 111000 10100 10010 110100 111001

Color Harmonies of #CB7B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7B5A

Black with #CB7B5A

Text Example


Text Example

White with #CB7B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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