Html Css Color HEX #CB765D Japonica

📋 copy color: '#CB765D'

red 203 ◦ green 118 ◦ blue 93

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

Shades of Japonica #CB765D

Tints of Japonica #CB765D

RGB

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

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

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

R = 49.03%
G = 28.5%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB765D (or 0xCB765D) is known color: Japonica. HEX triplet: CB, 76 and 5D. RGB value is (203,118,93). Sum of RGB (Red+Green+Blue) = 203+118+93=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB765D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB765D is #3489A2. Grayscale: #8C8C8C. Windows color (decimal): -3443107 or 6125259. OLE color: 6125259.

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

Color convert

RGB 203 118 93 -
CMYK 0 0.42 0.54 0.20
HSL 13.64º 0.51% 0.58% -
HSV(B) 13.64º 0.54% 0.8% -
XYZ 33.08 26.44 13.72 -
YUV 140.57 101.16 172.53 -
System Red Green Blue C M Y K H S L
Decimal 203 118 93 0 0.42 0.54 0.20 13.64 0.51 0.58
Hex CB 76 5D 0 2A 36 14 E 33 3A
Octal 313 166 135 0 52 66 24 16 63 72
Binary 11001011 1110110 1011101 0 101010 110110 10100 1110 110011 111010

Color Harmonies of #CB765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB765D

Black with #CB765D

Text Example


Text Example

White with #CB765D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB765D; }

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

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

background-color css

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

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

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

border-color css

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

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

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