Html Css Color HEX #CB765F Japonica

📋 copy color: '#CB765F'

red 203 ◦ green 118 ◦ blue 95

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

Shades of Japonica #CB765F

Tints of Japonica #CB765F

RGB

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

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

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

R = 48.8%
G = 28.37%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB765F (or 0xCB765F) is known color: Japonica. HEX triplet: CB, 76 and 5F. RGB value is (203,118,95). Sum of RGB (Red+Green+Blue) = 203+118+95=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB765F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB765F is #3489A0. Grayscale: #8C8C8C. Windows color (decimal): -3443105 or 6256331. OLE color: 6256331.

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

Color convert

RGB 203 118 95 -
CMYK 0 0.42 0.53 0.20
HSL 12.78º 0.51% 0.58% -
HSV(B) 12.78º 0.53% 0.8% -
XYZ 33.17 26.48 14.19 -
YUV 140.79 102.16 172.37 -
System Red Green Blue C M Y K H S L
Decimal 203 118 95 0 0.42 0.53 0.20 12.78 0.51 0.58
Hex CB 76 5F 0 2A 35 14 D 33 3A
Octal 313 166 137 0 52 65 24 15 63 72
Binary 11001011 1110110 1011111 0 101010 110101 10100 1101 110011 111010

Color Harmonies of #CB765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB765F

Black with #CB765F

Text Example


Text Example

White with #CB765F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB765F; }

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

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

background-color css

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

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

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

border-color css

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

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

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