Html Css Color HEX #CB775E Japonica

📋 copy color: '#CB775E'

red 203 ◦ green 119 ◦ blue 94

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

Shades of Japonica #CB775E

Tints of Japonica #CB775E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.61%

 BLUE value IS 94 (37.11% from 255) = 22.6%

R = 48.8%
G = 28.61%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB775E (or 0xCB775E) is known color: Japonica. HEX triplet: CB, 77 and 5E. RGB value is (203,119,94). Sum of RGB (Red+Green+Blue) = 203+119+94=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB775E is #3488A1. Grayscale: #8D8D8D. Windows color (decimal): -3442850 or 6191051. OLE color: 6191051.

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

Color convert

RGB 203 119 94 -
CMYK 0 0.41 0.54 0.20
HSL 13.76º 0.51% 0.58% -
HSV(B) 13.76º 0.54% 0.8% -
XYZ 33.25 26.7 13.99 -
YUV 141.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 203 119 94 0 0.41 0.54 0.20 13.76 0.51 0.58
Hex CB 77 5E 0 29 36 14 E 33 3A
Octal 313 167 136 0 51 66 24 16 63 72
Binary 11001011 1110111 1011110 0 101001 110110 10100 1110 110011 111010

Color Harmonies of #CB775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB775E

Black with #CB775E

Text Example


Text Example

White with #CB775E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB775E; }

 p { color: rgb(203,119,94); }

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

background-color css

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

 a { background-color: rgb(203,119,94); }

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

border-color css

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

 span { border-color: rgb(203,119,94); }

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