Html Css Color HEX #CB775F Japonica

📋 copy color: '#CB775F'

red 203 ◦ green 119 ◦ blue 95

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

Shades of Japonica #CB775F

Tints of Japonica #CB775F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.78%

R = 48.68%
G = 28.54%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB775F (or 0xCB775F) is known color: Japonica. HEX triplet: CB, 77 and 5F. RGB value is (203,119,95). Sum of RGB (Red+Green+Blue) = 203+119+95=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB775F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB775F is #3488A0. Grayscale: #8D8D8D. Windows color (decimal): -3442849 or 6256587. OLE color: 6256587.

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

Color convert

RGB 203 119 95 -
CMYK 0 0.41 0.53 0.20
HSL 13.33º 0.51% 0.58% -
HSV(B) 13.33º 0.53% 0.8% -
XYZ 33.29 26.72 14.23 -
YUV 141.38 101.83 171.95 -
System Red Green Blue C M Y K H S L
Decimal 203 119 95 0 0.41 0.53 0.20 13.33 0.51 0.58
Hex CB 77 5F 0 29 35 14 D 33 3A
Octal 313 167 137 0 51 65 24 15 63 72
Binary 11001011 1110111 1011111 0 101001 110101 10100 1101 110011 111010

Color Harmonies of #CB775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB775F

Black with #CB775F

Text Example


Text Example

White with #CB775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB775F; }

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

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

background-color css

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

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

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

border-color css

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

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

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