Html Css Color HEX #CB765A Japonica

📋 copy color: '#CB765A'

red 203 ◦ green 118 ◦ blue 90

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

Shades of Japonica #CB765A

Tints of Japonica #CB765A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.71%

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

R = 49.39%
G = 28.71%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB765A (or 0xCB765A) is known color: Japonica. HEX triplet: CB, 76 and 5A. RGB value is (203,118,90). Sum of RGB (Red+Green+Blue) = 203+118+90=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB765A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB765A is #3489A5. Grayscale: #8C8C8C. Windows color (decimal): -3443110 or 5928651. OLE color: 5928651.

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

Color convert

RGB 203 118 90 -
CMYK 0 0.42 0.56 0.20
HSL 14.87º 0.52% 0.57% -
HSV(B) 14.87º 0.56% 0.8% -
XYZ 32.95 26.39 13.03 -
YUV 140.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 203 118 90 0 0.42 0.56 0.20 14.87 0.52 0.57
Hex CB 76 5A 0 2A 38 14 F 34 39
Octal 313 166 132 0 52 70 24 17 64 71
Binary 11001011 1110110 1011010 0 101010 111000 10100 1111 110100 111001

Color Harmonies of #CB765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB765A

Black with #CB765A

Text Example


Text Example

White with #CB765A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB765A; }

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

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

background-color css

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

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

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

border-color css

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

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

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