Html Css Color HEX #CA694B Red Damask

📋 copy color: '#CA694B'

red 202 ◦ green 105 ◦ blue 75

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

Shades of Red Damask #CA694B

Tints of Red Damask #CA694B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.49%

 BLUE value IS 75 (29.69% from 255) = 19.63%

R = 52.88%
G = 27.49%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA694B (or 0xCA694B) is known color: Red Damask. HEX triplet: CA, 69 and 4B. RGB value is (202,105,75). Sum of RGB (Red+Green+Blue) = 202+105+75=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA694B is #3596B4. Grayscale: #828282. Windows color (decimal): -3511989 or 4942282. OLE color: 4942282.

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

Color convert

RGB 202 105 75 -
CMYK 0 0.48 0.63 0.21
HSL 14.17º 0.55% 0.54% -
HSV(B) 14.17º 0.63% 0.79% -
XYZ 30.68 23.17 9.51 -
YUV 130.58 96.64 178.94 -
System Red Green Blue C M Y K H S L
Decimal 202 105 75 0 0.48 0.63 0.21 14.17 0.55 0.54
Hex CA 69 4B 0 30 3F 15 E 37 36
Octal 312 151 113 0 60 77 25 16 67 66
Binary 11001010 1101001 1001011 0 110000 111111 10101 1110 110111 110110

Color Harmonies of #CA694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA694B

Black with #CA694B

Text Example


Text Example

White with #CA694B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA694B; }

 p { color: rgb(202,105,75); }

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

background-color css

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

 a { background-color: rgb(202,105,75); }

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

border-color css

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

 span { border-color: rgb(202,105,75); }

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