Html Css Color HEX #CA8768 Burning Sand

📋 copy color: '#CA8768'

red 202 ◦ green 135 ◦ blue 104

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

Shades of Burning Sand #CA8768

Tints of Burning Sand #CA8768

RGB

 RED value IS 202 (79.3% from 255) = 45.8%

 GREEN value IS 135 (53.13% from 255) = 30.61%

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

R = 45.8%
G = 30.61%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA8768 (or 0xCA8768) is known color: Burning Sand. HEX triplet: CA, 87 and 68. RGB value is (202,135,104). Sum of RGB (Red+Green+Blue) = 202+135+104=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8768 is #357897. Grayscale: #979797. Windows color (decimal): -3504280 or 6850506. OLE color: 6850506.

HSL color Cylindrical-coordinate representation of color #CA8768: hue angle of 18.98º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA8768 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 135 104 -
CMYK 0 0.33 0.49 0.21
HSL 18.98º 0.48% 0.6% -
HSV(B) 18.98º 0.49% 0.79% -
XYZ 35.52 30.88 17.19 -
YUV 151.5 101.2 164.02 -
System Red Green Blue C M Y K H S L
Decimal 202 135 104 0 0.33 0.49 0.21 18.98 0.48 0.6
Hex CA 87 68 0 21 31 15 13 30 3C
Octal 312 207 150 0 41 61 25 23 60 74
Binary 11001010 10000111 1101000 0 100001 110001 10101 10011 110000 111100

Color Harmonies of #CA8768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8768

Black with #CA8768

Text Example


Text Example

White with #CA8768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8768; }

 p { color: rgb(202,135,104); }

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

background-color css

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

 a { background-color: rgb(202,135,104); }

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

border-color css

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

 span { border-color: rgb(202,135,104); }

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