Html Css Color HEX #CADB9B Reef

📋 copy color: '#CADB9B'

red 202 ◦ green 219 ◦ blue 155

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

Shades of Reef #CADB9B

Tints of Reef #CADB9B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.02%

 BLUE value IS 155 (60.94% from 255) = 26.91%

R = 35.07%
G = 38.02%
B = 26.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#CADB9B (or 0xCADB9B) is known color: Reef. HEX triplet: CA, DB and 9B. RGB value is (202,219,155). Sum of RGB (Red+Green+Blue) = 202+219+155=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 155 (60.94% from 255 or 26.91% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADB9B is #352464. Grayscale: #CECECE. Windows color (decimal): -3482725 or 10214346. OLE color: 10214346.

HSL color Cylindrical-coordinate representation of color #CADB9B: hue angle of 75.94º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CADB9B is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 219 155 -
CMYK 0.08 0 0.29 0.14
HSL 75.94º 0.47% 0.73% -
HSV(B) 75.94º 0.29% 0.86% -
XYZ 55.61 65.59 40.74 -
YUV 206.62 98.87 124.7 -
System Red Green Blue C M Y K H S L
Decimal 202 219 155 0.08 0 0.29 0.14 75.94 0.47 0.73
Hex CA DB 9B 8 0 1D E 4C 2F 49
Octal 312 333 233 10 0 35 16 114 57 111
Binary 11001010 11011011 10011011 1000 0 11101 1110 1001100 101111 1001001

Color Harmonies of #CADB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADB9B

Black with #CADB9B

Text Example


Text Example

White with #CADB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADB9B; }

 p { color: rgb(202,219,155); }

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

background-color css

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

 a { background-color: rgb(202,219,155); }

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

border-color css

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

 span { border-color: rgb(202,219,155); }

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