Html Css Color HEX #CB765B Japonica

📋 copy color: '#CB765B'

red 203 ◦ green 118 ◦ blue 91

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

Shades of Japonica #CB765B

Tints of Japonica #CB765B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.09%

R = 49.27%
G = 28.64%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB765B (or 0xCB765B) is known color: Japonica. HEX triplet: CB, 76 and 5B. RGB value is (203,118,91). Sum of RGB (Red+Green+Blue) = 203+118+91=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB765B is #3489A4. Grayscale: #8C8C8C. Windows color (decimal): -3443109 or 5994187. OLE color: 5994187.

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

Color convert

RGB 203 118 91 -
CMYK 0 0.42 0.55 0.20
HSL 14.46º 0.52% 0.58% -
HSV(B) 14.46º 0.55% 0.8% -
XYZ 33 26.41 13.26 -
YUV 140.34 100.16 172.7 -
System Red Green Blue C M Y K H S L
Decimal 203 118 91 0 0.42 0.55 0.20 14.46 0.52 0.58
Hex CB 76 5B 0 2A 37 14 E 34 3A
Octal 313 166 133 0 52 67 24 16 64 72
Binary 11001011 1110110 1011011 0 101010 110111 10100 1110 110100 111010

Color Harmonies of #CB765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB765B

Black with #CB765B

Text Example


Text Example

White with #CB765B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB765B; }

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

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

background-color css

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

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

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

border-color css

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

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

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