Html Css Color HEX #CB7368 Contessa

📋 copy color: '#CB7368'

red 203 ◦ green 115 ◦ blue 104

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

Shades of Contessa #CB7368

Tints of Contessa #CB7368

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.25%

 BLUE value IS 104 (41.02% from 255) = 24.64%

R = 48.1%
G = 27.25%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB7368 (or 0xCB7368) is known color: Contessa. HEX triplet: CB, 73 and 68. RGB value is (203,115,104). Sum of RGB (Red+Green+Blue) = 203+115+104=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7368 is #348C97. Grayscale: #8C8C8C. Windows color (decimal): -3443864 or 6845387. OLE color: 6845387.

HSL color Cylindrical-coordinate representation of color #CB7368: hue angle of 6.67º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB7368 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 115 104 -
CMYK 0 0.43 0.49 0.20
HSL 6.67º 0.49% 0.6% -
HSV(B) 6.67º 0.49% 0.8% -
XYZ 33.26 25.96 16.35 -
YUV 140.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 203 115 104 0 0.43 0.49 0.20 6.67 0.49 0.6
Hex CB 73 68 0 2B 31 14 7 31 3C
Octal 313 163 150 0 53 61 24 7 61 74
Binary 11001011 1110011 1101000 0 101011 110001 10100 111 110001 111100

Color Harmonies of #CB7368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7368

Black with #CB7368

Text Example


Text Example

White with #CB7368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7368; }

 p { color: rgb(203,115,104); }

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

background-color css

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

 a { background-color: rgb(203,115,104); }

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

border-color css

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

 span { border-color: rgb(203,115,104); }

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