Html Css Color HEX #CB775D Japonica

📋 copy color: '#CB775D'

red 203 ◦ green 119 ◦ blue 93

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

Shades of Japonica #CB775D

Tints of Japonica #CB775D

RGB

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

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

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

R = 48.92%
G = 28.67%
B = 22.41%

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

#CB775D (or 0xCB775D) is known color: Japonica. HEX triplet: CB, 77 and 5D. RGB value is (203,119,93). Sum of RGB (Red+Green+Blue) = 203+119+93=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB775D is #3488A2. Grayscale: #8D8D8D. Windows color (decimal): -3442851 or 6125515. OLE color: 6125515.

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

Color convert

RGB 203 119 93 -
CMYK 0 0.41 0.54 0.20
HSL 14.18º 0.51% 0.58% -
HSV(B) 14.18º 0.54% 0.8% -
XYZ 33.2 26.68 13.76 -
YUV 141.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 203 119 93 0 0.41 0.54 0.20 14.18 0.51 0.58
Hex CB 77 5D 0 29 36 14 E 33 3A
Octal 313 167 135 0 51 66 24 16 63 72
Binary 11001011 1110111 1011101 0 101001 110110 10100 1110 110011 111010

Color Harmonies of #CB775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB775D

Black with #CB775D

Text Example


Text Example

White with #CB775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB775D; }

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

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

background-color css

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

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

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

border-color css

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

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

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