Html Css Color HEX #CB7968 Burning Sand

📋 copy color: '#CB7968'

red 203 ◦ green 121 ◦ blue 104

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

Shades of Burning Sand #CB7968

Tints of Burning Sand #CB7968

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.27%

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

R = 47.43%
G = 28.27%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB7968 (or 0xCB7968) is known color: Burning Sand. HEX triplet: CB, 79 and 68. RGB value is (203,121,104). Sum of RGB (Red+Green+Blue) = 203+121+104=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7968 is #348697. Grayscale: #8F8F8F. Windows color (decimal): -3442328 or 6846923. OLE color: 6846923.

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

Color convert

RGB 203 121 104 -
CMYK 0 0.40 0.49 0.20
HSL 10.3º 0.49% 0.6% -
HSV(B) 10.3º 0.49% 0.8% -
XYZ 33.96 27.37 16.59 -
YUV 143.58 105.67 170.38 -
System Red Green Blue C M Y K H S L
Decimal 203 121 104 0 0.40 0.49 0.20 10.3 0.49 0.6
Hex CB 79 68 0 28 31 14 A 31 3C
Octal 313 171 150 0 50 61 24 12 61 74
Binary 11001011 1111001 1101000 0 101000 110001 10100 1010 110001 111100

Color Harmonies of #CB7968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7968

Black with #CB7968

Text Example


Text Example

White with #CB7968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7968; }

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

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

background-color css

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

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

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

border-color css

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

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

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